Skip to content

Commit

Permalink
ci(publish.yml): remove dry run from semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jul 4, 2021
1 parent 31d2a34 commit ab6b987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Github package registry authentication
run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- run: npm ci
- run: npm run semantic-release --dry-run
- run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ab6b987

Please sign in to comment.