Skip to content

Commit

Permalink
test check tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TinnNguyen committed Nov 6, 2024
1 parent 40d5246 commit 4b5508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ jobs:
if [[ ${{ github.event.ref }} =~ ^refs/tags/^v[0-9]+\.[0-9]+\.[0-9]+ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
fi
- if: step.check-tag.outputs.match == true
- if: steps.check-tag.outputs.match == true
run: |
echo "Tag is good"

0 comments on commit 4b5508b

Please sign in to comment.