Skip to content

Commit ed2f21e

Browse files
committed
Attempt to fix automatic creation of GitHub release.
1 parent 323adef commit ed2f21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Don't release when running the workflow manually from GitHub's UI.
7272
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
7373
permissions:
74-
id-token: write
74+
contents: write
7575
steps:
7676
- name: Download artifacts
7777
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)