Skip to content

Commit

Permalink
disable pkg-pr-new for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Nov 23, 2024
1 parent 037e3bc commit 381b56f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
shell: bash
run: pnpm build

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

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

0 comments on commit 381b56f

Please sign in to comment.