1 Commits
0.1.7 ... 0.1.8

Author SHA1 Message Date
Morten Olsen
2119d60a42 Update release-package.yml 2023-09-06 11:43:06 +02:00

View File

@@ -104,6 +104,6 @@ jobs:
git config user.name "Github Actions Bot" git config user.name "Github Actions Bot"
git config user.email "<>" git config user.email "<>"
pnpm version $(git describe --tag --abbrev=0) --no-git-tag-version pnpm version $(git describe --tag --abbrev=0) --no-git-tag-version
pnpm publish --no-git-checks -r pnpm publish --no-git-checks -r -f
env: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}