Skip to content

Commit

Permalink
dddd
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed Jul 8, 2024
1 parent 11a4475 commit 05aba6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Get version
run: |
version=$(git log --pretty=oneline -1 | grep -oP 'release: \K[0-9.]+')
if [ -n "$version" ]; then echo VERSION=$version >> $GITHUB_ENV; fi
echo "VERSION=$version" >> $GITHUB_ENV
# create & push tag
- name: Create & push tag
if: ${{ env.VERSION }} != ''
Expand Down

0 comments on commit 05aba6f

Please sign in to comment.