Skip to content

Commit

Permalink
Merge pull request #35 from laxmanpokhrel/dev
Browse files Browse the repository at this point in the history
fix: relase.yml file
  • Loading branch information
laxmanpokhrel authored Sep 23, 2023
2 parents dc551f2 + 38bf616 commit a57b385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: npm run build
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Cleanup Unnecessary Files
run: rm -rf node_modules && rm -rf src
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Cleanup Unnecessary Files
run: rm -rf node_modules && rm -rf src

0 comments on commit a57b385

Please sign in to comment.