Skip to content

Commit

Permalink
github ref for master
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Dec 20, 2023
1 parent 75ae2b0 commit b8f2ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Release
if: branch = master
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit b8f2ae1

Please sign in to comment.