Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
prncss-xyz committed Aug 19, 2024
1 parent 32c556a commit 214cb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run tests
run: pnpm --stream --filter "@constellar/*" run test:unit
- name: Publish
run: pnpm --stream --filter "@constellar/*" publish --no-git-checks
run: pnpm --filter "@constellar/*" publish --no-git-checks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 214cb26

Please sign in to comment.