Skip to content

Commit

Permalink
ci: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 9, 2023
1 parent a912d73 commit d7205e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
pnpm version:publish-gh-releases
pnpm version:publish-github-releases
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"version:bump-patch": "pnpm version:bump",
"version:publish": "pnpm run version:publish-github && pnpm run version:publish-npm",
"version:publish-github": "git push --no-verify && git push --no-verify --tags",
"version:publish-github-releases": ".scripts/tag-release-gh.sh",
"version:publish-npm": "pnpm -r --filter='@storylite/*' exec pnpm publish"
},
"lint-staged": {
Expand Down

0 comments on commit d7205e7

Please sign in to comment.