We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc140e commit 34c7c55Copy full SHA for 34c7c55
.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