Skip to content

Commit

Permalink
skip ci for bump version auto pr
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed May 24, 2024
1 parent ec6e0b8 commit 2689d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Commit
run: |
git add .
git commit -m "Bump version: ${VERSION}"
git commit -m "Bump version [skip ci]: ${VERSION}"
git push --set-upstream origin $BRANCH
- name: Tag
Expand Down

0 comments on commit 2689d36

Please sign in to comment.