Skip to content

Commit

Permalink
Fix typo in github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-pinkus committed Jan 2, 2022
1 parent 81f4170 commit 96d199a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
publish:
if: ${{ github.ref == 'refs/head/main' }}
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 96d199a

Please sign in to comment.