Skip to content

Commit

Permalink
πŸš€ Bump version to 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Aug 26, 2024
1 parent d2b780e commit 7acdc73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-version-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"

steps:
- name: Install Ripgrep
run: cargo install ripgrep

- name: Is this a commit we need to tag?
id: tag_check
run: |
is_tagged_commit=$( \
echo "${{ github.event.head_commit.message }}" \
| grep "^πŸš€ Bump version to \d\+\.\d\+\.\d\+" | wc -l \
| rg "^πŸš€ Bump version to \d+\.\d+\.\d+" | wc -l \
)
echo "is_tagged_commit=$(($is_tagged_commit))" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7acdc73

Please sign in to comment.