Skip to content

Commit 7a4f004

Browse files
ls that stuff
1 parent 9250363 commit 7a4f004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
RELEASE_TAG: "0.1.0"
3333

34+
- name: DEBUG
35+
run: ls packages/\@pglt/pglt/package.json
36+
3437
# - name: Publish npm packages as latest
3538
# run: for package in packages/@biomejs/*; do if [ $package != "packages/@biomejs/js-api" ]; then npm publish $package --tag latest --access public --provenance; fi; done
3639
# env:

0 commit comments

Comments
 (0)