2.0.2 - Make version parse regex more lenient, grant explicit permissions to github actions.

This commit is contained in:
Daniel Scalzi
2023-03-28 21:40:33 -04:00
parent 3295430c54
commit ab3d4e9499
3 changed files with 38 additions and 32 deletions

View File

@@ -6,6 +6,9 @@ jobs:
release:
runs-on: ${{ matrix.os }}
permissions:
contents: write
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
@@ -30,6 +33,6 @@ jobs:
- name: Build
env:
GH_TOKEN: ${{ secrets.github_token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run dist
shell: bash