diff --git a/.github/workflows/new-version.yml b/.github/workflows/new-version.yml index 8863362..cec1d86 100644 --- a/.github/workflows/new-version.yml +++ b/.github/workflows/new-version.yml @@ -5,6 +5,10 @@ on: branches: # only trigger when a commit was pushed to main - main +permissions: + # Used by `create-release` to create a new release on the repo after publishing to npm. + contents: write + jobs: publish: runs-on: ubuntu-latest