We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a9512f + 1788bfd commit e1a6e2aCopy full SHA for e1a6e2a
.github/workflows/auto-version-bump.yml
@@ -12,6 +12,9 @@ jobs:
12
bump-version:
13
runs-on: ubuntu-latest
14
15
+ permissions:
16
+ contents: write
17
+
18
# Skip if commit message contains [skip-version] or is from the bot itself
19
if: "!contains(github.event.head_commit.message, '[skip-version]') && github.event.head_commit.author.name != 'github-actions[bot]'"
20
0 commit comments