Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielt17 authored Jan 15, 2025
1 parent 32e22bb commit 0900d02
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 @@ -14,7 +14,7 @@ on:
- major
jobs:
release:
if: github.ref == 'main'
if: github.ref_name == 'main'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 0900d02

Please sign in to comment.