Skip to content

Commit

Permalink
Update release workflow template (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns authored Jun 5, 2024
1 parent 4a6b0b8 commit 9099408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflow-templates/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release
on:
push: { tags: "v[0-9]+.[0-9]+.[0-9]+*" }

permissions: read-all
permissions: {}

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

0 comments on commit 9099408

Please sign in to comment.