Skip to content

Commit

Permalink
[fix] 마슷따 브랜치 체크아웃
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahn-seokjoo committed Aug 29, 2024
1 parent b63e2de commit 27bebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get the latest tag
id: get_latest_tag
run: |
echo "branch is $(git branch)"
git checkout master
echo "LATEST_TAG_VERSION=$(git tag --sort=-v:refname | head -n 1)" >> $GITHUB_ENV
- name: Debug latest tag
Expand Down

0 comments on commit 27bebc2

Please sign in to comment.