mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
upd release
This commit is contained in:
parent
2b06350f02
commit
d5627a583d
1 changed files with 5 additions and 3 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -84,6 +84,10 @@ jobs:
|
|||
npm-publish:
|
||||
needs: [release]
|
||||
runs-on: ubuntu-latest
|
||||
environment: npm
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -100,6 +104,4 @@ jobs:
|
|||
npm version $VERSION --no-git-tag-version
|
||||
|
||||
- name: Publish to npm
|
||||
run: npm publish --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: npm publish --provenance --access public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue