Skip to content

Commit

Permalink
πŸš€ Bump version to 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Aug 26, 2024
1 parent 0b071e2 commit 41bfa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-version-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
| grep "^πŸš€ Bump version to \d\+\.\d\+\.\d\+" | wc -l
echo "is_tagged_commit=$is_tagged_commit" >> $GITHUB_OUTPUT
- name: Debug
- name: Debug again
env:
IS_TAGGED_COMMIT: ${{ steps.tag_check.outputs.is_tagged_commit }}
run: echo "TAGGED? $IS_TAGGED_COMMIT"

0 comments on commit 41bfa82

Please sign in to comment.