Skip to content

Commit 59bd643

Browse files
cat instead
1 parent 7a4f004 commit 59bd643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
RELEASE_TAG: "0.1.0"
3333

3434
- name: DEBUG
35-
run: ls packages/\@pglt/pglt/package.json
35+
run: cat packages/\@pglt/pglt/package.json
3636

3737
# - name: Publish npm packages as latest
3838
# run: for package in packages/@biomejs/*; do if [ $package != "packages/@biomejs/js-api" ]; then npm publish $package --tag latest --access public --provenance; fi; done

0 commit comments

Comments
 (0)