Skip to content

Commit d6e01c4

Browse files
authored
Add newline before publish step for readability
This commit adds a newline between the 'Install dependencies' step and the 'Publish to pkg.pr.new' step in the workflow file to improve readability and maintainability of the code.
1 parent f08d063 commit d6e01c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
working-directory: packages/nuqs
3434
- name: Publish to pkg.pr.new
3535
- if: steps.check-for-changes.outputs.skip != 'true'
36+
3637
run: pnpx pkg-pr-new publish --compact './packages/nuqs'

0 commit comments

Comments
 (0)