Skip to content

Commit 2049633

Browse files
committed
update workflow
1 parent 9a12e04 commit 2049633

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
with:
2525
path: 'qmodem'
2626

27-
- name: Get tg info
27+
- name: Get tag info
2828
id: get_tag_info
2929
run: |
3030
cd qmodem
31+
git checkout test_workflow
3132
TAG_NAME=$(git describe --tags `git rev-list --tags --max-count=1`)
3233
TAG_MESSAGE=$(git for-each-ref refs/tags/${TAG_NAME} --format='%(contents)')
3334
echo "git_tag=${TAG_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)