Skip to content

Commit

Permalink
Fixes bug in release.yaml (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt035343 authored Aug 7, 2024
1 parent 3dd6e60 commit 1f82537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
create_release:
name: Create release
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1f82537

Please sign in to comment.