Skip to content

Commit

Permalink
fix: remove signature check
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Mar 27, 2024
1 parent c0e8fc5 commit b8293c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release
on:
push:
branches:
- "master"
- "beta"
- 'master'
- 'beta'

jobs:
release:
Expand All @@ -23,8 +23,6 @@ jobs:
- run: corepack enable
- name: Install dependencies
run: pnpm i
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: pnpm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b8293c4

Please sign in to comment.