Skip to content

Commit ba31234

Browse files
authored
Fix broken release flow (#20)
1 parent 0264073 commit ba31234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
tags:
55
- 'v*'
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
create-release:
912
runs-on: ubuntu-latest
10-
needs: publish
11-
permissions:
12-
contents: write
1313
steps:
1414
- uses: softprops/action-gh-release@v2
1515
with:

0 commit comments

Comments
 (0)