We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037e3bc commit 381b56fCopy full SHA for 381b56f
.github/workflows/release.yml
@@ -44,10 +44,10 @@ jobs:
44
shell: bash
45
run: pnpm build
46
47
- - name: Publish any commit / build for testing
48
- run: pnpm release.pkg-pr-new
49
- env:
50
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # - name: Publish any commit / build for testing
+ # run: pnpm release.pkg-pr-new
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
52
- name: Create Release Pull Request or Publish
53
if: github.ref == 'refs/heads/main'
0 commit comments