Skip to content

Commit

Permalink
chore: Remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Dec 7, 2021
1 parent 6170d3a commit 82eb89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: yarn install --frozen-lockfile --non-interactive

- name: Release
run: npx semantic-release --branches main --dry-run
run: npx semantic-release --branches main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 82eb89b

Please sign in to comment.