Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Publish the package using npm provenance
  • Loading branch information
elchininet committed Dec 30, 2023
commit 76ab38a624bb47d8c5cc272583b89ba34b97e77b
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: node:18
permissions:
contents: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -22,7 +25,7 @@ jobs:
- name: Publish
run: |
yarn install --frozen-lockfile --ignore-scripts --prefer-offline
npm publish
npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build Changelog
Expand Down