Skip to content

Commit

Permalink
chore(ci): remove dry-run option
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Nov 20, 2024
1 parent c8dbc03 commit 0d58ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: package-release
on:
push:
branches:
- andypf-package
- main
paths:
- package.json
# Allows you to run this workflow manually from the Actions tab
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
set +e
# publish to https://github.com/${{ github.repository_owner }}/packages
npm publish --access=public --dry-run
npm publish --access=public #--dry-run
if [ $? != 0 ] ; then
echo "::warning title=PUBLISH::Could not publish to github. Maybe you forgot to increment the version?"
Expand Down

0 comments on commit 0d58ebe

Please sign in to comment.