Skip to content

Commit 4f1703a

Browse files
authored
fix: Fix missing key in release workflow (#19)
1 parent 5d48034 commit 4f1703a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: 'Release'
22
on:
33
release:
44
types: [published]
5-
5+
6+
permissions:
67
contents: read
78

89
jobs:

0 commit comments

Comments
 (0)