Skip to content

Commit b1218c0

Browse files
committed
ci: allow action to publish release
1 parent 92b8aa5 commit b1218c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packaging.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
create_github_release:
3535
name: Create GitHub release
3636
runs-on: ubuntu-latest
37+
permissions:
38+
contents: write
3739
# We create release only if the version in the package.json have been upgraded and this CI is running against the main branch.
3840
# We allow branches with a PR open on main to publish pre-release (x.y.z-rc.u) but not actual releases.
3941
if: |

0 commit comments

Comments
 (0)