Skip to content

Commit

Permalink
Tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco.bonni committed Jan 12, 2024
1 parent c2500af commit f52c013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Check tag
run: echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"

0 comments on commit f52c013

Please sign in to comment.