Skip to content

Commit

Permalink
fix: release.yaml permissions and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeattie71 committed Mar 31, 2023
1 parent e5be7b8 commit be1c1e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
tags:
- v*.*.*

permissions:
contents: write

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -120,6 +124,6 @@ jobs:
- dotnet
- go
nodeversion:
- 14.x
- 16.x
pythonversion:
- "3.9"

0 comments on commit be1c1e8

Please sign in to comment.