Skip to content

Commit 9a8112a

Browse files
author
Anuraag Agrawal
authored
Allow writing to contents in release workflow to push tag.
1 parent 1a5b42d commit 9a8112a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
permissions:
1313
id-token: write
14-
contents: read
14+
contents: write
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)