Skip to content

Commit 86c3ea3

Browse files
chbgfranky47
andauthored
Update .github/workflows/pkg.pr.new.yml
Co-authored-by: François Best <github@francoisbest.com>
1 parent 25ea7cd commit 86c3ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pkg.pr.new.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
run: pnpm pkg set version=0.0.0-preview.${{ github.event.pull_request.head.sha }}
3333
working-directory: packages/nuqs
3434
- name: Publish to pkg.pr.new
35-
- if: steps.check-for-changes.outputs.skip != 'true'
35+
if: steps.check-for-changes.outputs.skip != 'true'
3636
run: pnpx pkg-pr-new publish --compact './packages/nuqs'

0 commit comments

Comments
 (0)