Skip to content

Commit 6c6865e

Browse files
committed
Fix workflow
1 parent 104a0f5 commit 6c6865e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ jobs:
6969
release:
7070
name: Release
7171
runs-on: ubuntu-latest
72-
needs: publish
72+
needs: build
73+
74+
permissions:
75+
contents: write
76+
7377
steps:
7478
- name: Build Changelog
7579
id: github_release

0 commit comments

Comments
 (0)