Skip to content

Commit 7e0780e

Browse files
authored
Merge pull request #14 from InputObject2/hotfix/release-management
fix(ci): version for bump
2 parents 91c8a3f + 94215e2 commit 7e0780e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@ on:
77

88
jobs:
99
release:
10+
permissions:
11+
contents: write
1012
runs-on: ubuntu-latest
1113

1214
steps:
1315
- name: Checkout Repository
1416
uses: actions/checkout@v4
1517

16-
- name: Setup Node.js
17-
uses: actions/setup-node@v4
18-
with:
19-
node-version: '20'
20-
2118
- name: Bump Version and Create Release
22-
uses: phips28/gh-action-bump-version@v11
19+
uses: phips28/gh-action-bump-version@v9.1.6
2320
env:
2421
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2522
with:

0 commit comments

Comments
 (0)