Skip to content

Commit

Permalink
ci: enable semantic-release (#23)
Browse files Browse the repository at this point in the history
Remove `--dry-run` when running semantic-release in Release step
  • Loading branch information
frodeaa committed Jun 24, 2022
1 parent 4125238 commit cddda1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: yarn run semantic-release --dry-run
run: yarn run semantic-release

0 comments on commit cddda1b

Please sign in to comment.