Skip to content

Commit

Permalink
ci: allow semantic-release dry-runs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Feb 21, 2024
1 parent 8e0b739 commit 48ff789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Run All Tests
run: npm run test
- name: Semantic Release
if: github.ref == 'master'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 48ff789

Please sign in to comment.