Skip to content

Commit

Permalink
Update release-to-npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohswedd committed Nov 30, 2024
1 parent 0a749dc commit eb5e88b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [published]

permissions:
contents: write # Allow pushing changes to the repository

jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -59,4 +62,3 @@ jobs:
git push origin ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb5e88b

Please sign in to comment.