Skip to content

Commit

Permalink
debug git tag output
Browse files Browse the repository at this point in the history
  • Loading branch information
zmarkan committed May 31, 2024
1 parent 1a01667 commit 5847af8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle-publish-nightly-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: test 1234
run: |
echo "testing testing"
echo `git tag`
echo `git tag | tail -1`
echo `git tag | tail -1`-SNAPSHOT
- name: Set up JDK 18
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 5847af8

Please sign in to comment.