We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b8aa5 commit b1218c0Copy full SHA for b1218c0
.github/workflows/packaging.yaml
@@ -34,6 +34,8 @@ jobs:
34
create_github_release:
35
name: Create GitHub release
36
runs-on: ubuntu-latest
37
+ permissions:
38
+ contents: write
39
# We create release only if the version in the package.json have been upgraded and this CI is running against the main branch.
40
# We allow branches with a PR open on main to publish pre-release (x.y.z-rc.u) but not actual releases.
41
if: |
0 commit comments