mirror of https://github.com/usememos/memos.git
chore: fix build artifacts action
This commit is contained in:
parent
5704aaad08
commit
fefe2b0655
|
|
@ -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
|
args: release --clean --skip=validate
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue