Skip to content

Commit

Permalink
fix(ignore): fix pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 13, 2024
1 parent 021d6ba commit ec7c799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Publish new release
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
run: |
pnpm publish
pnpm publish --no-git-checks
PACKAGE=$(node -p "require('./package.json').name")
VERSION=$(node -p "require('./package.json').version")
until [ $(pnpm view $PACKAGE --json | jq --arg version "$VERSION" -r '.versions[] | select (. == $version)') ];
Expand Down

0 comments on commit ec7c799

Please sign in to comment.