Skip to content

Commit

Permalink
fix: Merge pull request #16 from JunNishimura/feature/fix_release
Browse files Browse the repository at this point in the history
fix release workflow
  • Loading branch information
JunNishimura committed Mar 31, 2024
2 parents fa36c73 + f6dbcf1 commit 926e2e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 926e2e3

Please sign in to comment.