Skip to content

Commit ef2d67b

Browse files
committed
ci: Fix release workflow
- Grant permissions to create a release - Remove third party action
1 parent 019b3ec commit ef2d67b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ env:
88

99
jobs:
1010
release-binary:
11+
permissions:
12+
contents: write
13+
packages: write
1114
runs-on: ubuntu-latest
1215
steps:
13-
# This fails for invalid semver strings
14-
- name: Parse semver string
15-
id: semver_parser
16-
uses: booxmedialtd/ws-action-parse-semver@7784200024d6b3fc01253e617ec0168daf603de3
17-
with:
18-
input_string: ${{github.ref_name}}
1916
- name: Checkout
2017
uses: actions/checkout@v4
2118
with:

0 commit comments

Comments
 (0)