We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f389d21 commit 6bf9eaeCopy full SHA for 6bf9eae
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
git config --global user.name 'github-actions'
35
git config --global user.email 'github-actions@github.com'
36
git add plugin.yaml
37
- git commit -m "Bump version to $VERSION"
+ git commit -m "[skip ci] Bump version to $VERSION"
38
git tag -d $VERSION
39
git push --delete origin $VERSION
40
git tag $VERSION
0 commit comments