fix: ci
This commit is contained in:
parent
7e71f09572
commit
388b71b1cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: "~> v2"
|
version: "~> v2"
|
||||||
args: release --clean
|
args: release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PERSONAL_AUTH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PERSONAL_AUTH_TOKEN }}
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue