ci: npm ci
This commit is contained in:
parent
53a0550fe0
commit
b09674a3ea
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -9,6 +9,9 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: Release 🚀
|
||||
@ -29,4 +32,4 @@ jobs:
|
||||
run: yarn release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user