Skip to content

Commit 8af763a

Browse files
authored
fix(ci): Fix tarball upload permissions (#65)
The last release, 1.3.1, failed to attach a tarball to the release due to a mission permission in the final job. Follow-up to splitting the workflow as described in shaka-project/shaka-github-tools#56
1 parent 7b88d9c commit 8af763a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
permissions:
3434
# Required for OIDC ("trusted publishing")
3535
id-token: write
36+
# Write to "contents" is needed to attach files to the release
37+
contents: write
3638

3739
steps:
3840
# The logic below handles npm publication. Each step is conditional on a

0 commit comments

Comments
 (0)