Skip to content

Commit

Permalink
Merge pull request #76 from nodenv/release-workflow
Browse files Browse the repository at this point in the history
Use release@v4
  • Loading branch information
jasonkarns authored May 30, 2024
2 parents 66e5b1f + e8c3b0b commit ea15645
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Release
on:
push: { tags: 'v[0-9]+.[0-9]+.[0-9]+*' }

permissions: read-all
permissions: {contents: write, id-token: write}

jobs:
release:
permissions: {contents: write, id-token: write}
uses: nodenv/.github/.github/workflows/release.yml@release-npm
uses: nodenv/.github/.github/workflows/release.yml@v4
secrets: inherit

0 comments on commit ea15645

Please sign in to comment.