mirror of
https://github.com/usememos/memos.git
synced 2025-10-08 21:39:23 +08:00
chore: tweak goreleaser action
This commit is contained in:
parent
d7be24a0e1
commit
78f6064530
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-artifacts.yml
vendored
2
.github/workflows/build-artifacts.yml
vendored
|
@ -40,6 +40,6 @@ jobs:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
# 'latest', 'nightly', or a semver
|
# 'latest', 'nightly', or a semver
|
||||||
version: latest
|
version: latest
|
||||||
args: release --clean --skip-validate --skip-publish
|
args: release --clean --skip-validate
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue