Skip to content

Commit 1f1b152

Browse files
committed
fix: comment out signature verification and fix semantic-release args
1 parent 08e7fff commit 1f1b152

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/beta-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ jobs:
3434
- name: Install dependencies
3535
run: pnpm install
3636

37+
# - name: Verify Integrity
38+
# run: pnpm audit signatures
39+
3740
- name: Run Semantic Release
3841
env:
3942
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4043
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
41-
run: npx semantic-release --tag-format='beta-v{version}'
44+
run: npx semantic-release --branch=beta --tag-format=beta-v${version}

0 commit comments

Comments
 (0)