Skip to content

Commit

Permalink
ci: 🎡 removed dry-run publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nutgaard committed Oct 28, 2020
1 parent b1d3fbc commit db982df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build
run: npm run build
- name: Publish
run: npx semantic-release --dry-run
run: npx semantic-release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit db982df

Please sign in to comment.