Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
futabooo committed Apr 5, 2024
1 parent cd4f527 commit 8d3cc2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
permissions: {}
steps:
- name: Check ref
if: !startsWith(github.ref, 'refs/tags/')
if: |
!startsWith(github.ref, 'refs/tags/')
run: |
echo "This action should only be run on tag"
exit 1
Expand Down

0 comments on commit 8d3cc2a

Please sign in to comment.