Skip to content

Commit

Permalink
Update publish_on_every_matching_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweet-jelly authored Sep 23, 2024
1 parent 8aa0205 commit 04480ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_on_every_matching_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

steps:
- name: Check tag
run: [[ echo "$GITHUB_REF_NAME" | grep -Pq '^[0-9]+\.[0-9]+.[0-9]+-arch[0-9]*$' ]] || exit 1
run: |
[[ echo "$GITHUB_REF_NAME" | grep -Pq '^[0-9]+\.[0-9]+.[0-9]+-arch[0-9]*$' ]] || exit 1
- uses: actions/checkout@v4
with:
fetch-depth: '0'
Expand Down

0 comments on commit 04480ce

Please sign in to comment.