Skip to content

Commit

Permalink
fix release (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBoyle authored Jun 21, 2024
1 parent 594139c commit 1a4246e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ on:
release:
types: [published]
jobs:
build:
release:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
Expand Down

0 comments on commit 1a4246e

Please sign in to comment.