Skip to content

Commit 381b56f

Browse files
committed
disable pkg-pr-new for now
1 parent 037e3bc commit 381b56f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
shell: bash
4545
run: pnpm build
4646

47-
- name: Publish any commit / build for testing
48-
run: pnpm release.pkg-pr-new
49-
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
# - name: Publish any commit / build for testing
48+
# run: pnpm release.pkg-pr-new
49+
# env:
50+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Create Release Pull Request or Publish
5353
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)