Skip to content

Commit

Permalink
fix(Actions): add missing --doActualPublish option for automated rele…
Browse files Browse the repository at this point in the history
…ases
  • Loading branch information
SanderElias committed Jan 7, 2022
1 parent 174dd36 commit faee78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bumpAndTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
BOT_PAT: ${{ secrets.BOT_PAT }}
REPO_NAME: ${{ github.repository }}
run: |
npm run bumpAndTag
npm run bumpAndTag -- --doActualPublish
dummy:
name: Prevent recursion
Expand Down

0 comments on commit faee78b

Please sign in to comment.