Skip to content

Commit

Permalink
ci: fix release to GPR if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Nov 27, 2023
1 parent 4ca286e commit baf2679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPMJS_TOKEN }}

- name: 🚀 Release to Github Packages
if: steps.changesets.outputs.published == 'true'
if: steps.changesets.outputs.publishedPackages == 'true'
run: rm -f "$HOME/.npmrc" && pnpm install && npm publish --registry=https://npm.pkg.github.com/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit baf2679

Please sign in to comment.