We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a12e04 commit 2049633Copy full SHA for 2049633
.github/workflows/main.yml
@@ -24,10 +24,11 @@ jobs:
24
with:
25
path: 'qmodem'
26
27
- - name: Get tg info
+ - name: Get tag info
28
id: get_tag_info
29
run: |
30
cd qmodem
31
+ git checkout test_workflow
32
TAG_NAME=$(git describe --tags `git rev-list --tags --max-count=1`)
33
TAG_MESSAGE=$(git for-each-ref refs/tags/${TAG_NAME} --format='%(contents)')
34
echo "git_tag=${TAG_NAME}" >> $GITHUB_ENV
0 commit comments