Skip to content

Commit

Permalink
chore: use shared action and set ci variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Apr 18, 2024
1 parent 90ca64c commit 4b85abd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
with:
node-version: 20.x
- name: Install Dependencies
run: npm clean-install
uses: 'deriv-com/shared-actions/.github/actions/npm_install@master'
- name: >-
Verify The Integrity of Provenance Attestations and Registry
Signatures for Installed Dependencies
run: npm audit signatures
- name: Release
env:
CI: true
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'
run: npx semantic-release

0 comments on commit 4b85abd

Please sign in to comment.