Skip to content

Commit 34c7c55

Browse files
fix: skip ci on release
1 parent 4cc140e commit 34c7c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git config --global user.name 'github-actions'
3535
git config --global user.email 'github-actions@github.com'
3636
git add plugin.yaml
37-
git commit -m "Bump version to $VERSION"
37+
git commit -m "[skip ci] Bump version to $VERSION"
3838
git tag -d $VERSION
3939
git push --delete origin $VERSION
4040
git tag $VERSION

0 commit comments

Comments
 (0)