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.
1 parent cf8e81d commit 979e6f7Copy full SHA for 979e6f7
.github/workflows/bump-major.yml
@@ -3,6 +3,9 @@ name: Bump Major
3
on:
4
workflow_dispatch:
5
6
+permissions:
7
+ contents: write
8
+
9
jobs:
10
bump_version:
11
runs-on: ubuntu-latest
.github/workflows/bump-minor.yml
@@ -3,6 +3,9 @@ name: Bump Minor
.github/workflows/bump-patch.yml
@@ -3,6 +3,9 @@ name: Bump Patch
0 commit comments