Skip to content

Commit

Permalink
ci: debugging tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 23, 2023
1 parent de453db commit b2a78dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Check if version is tagged
id: check_tagged
run: |
git fetch origin $current_version --depth=1
if git tag -l $current_version | grep .; then
echo "Version $current_version is already tagged"
echo "need_tag=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b2a78dc

Please sign in to comment.