Skip to content

Commit

Permalink
set dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Kais committed Jan 8, 2025
1 parent f4b3170 commit 915bcac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
with:
path: ./packages/**/dist
key: ${{ github.sha }}-release:build

- name: Dry Run Publish
run: pnpm publish -r --publish-branch ${{ github.ref_name }} --dry-run
- name: Publish to GitHub Packages
run: |
echo "registry=https://npm.pkg.github.com" > .npmrc
Expand Down

0 comments on commit 915bcac

Please sign in to comment.