Skip to content

Commit

Permalink
ci: Fix semantic-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Oct 13, 2022
1 parent c747ce5 commit 8680e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
PR: ${{ steps.findPr.outputs.pr }}
- name: Semantic-release
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8680e6f

Please sign in to comment.