Skip to content

Commit

Permalink
Still not a tagged commit
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Aug 26, 2024
1 parent 226995e commit 0b071e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-version-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
echo "is_tagged_commit=$is_tagged_commit" >> $GITHUB_OUTPUT
- name: Debug
run: echo ${{ steps.tag_check.outputs.is_tagged_commit }}
env:
IS_TAGGED_COMMIT: ${{ steps.tag_check.outputs.is_tagged_commit }}
run: echo "TAGGED? $IS_TAGGED_COMMIT"

0 comments on commit 0b071e2

Please sign in to comment.