Skip to content

Commit 29e9dbd

Browse files
it apparently works
1 parent bbde5f7 commit 29e9dbd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.reusable.yml

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

34-
- name: DEBUG - log assets
35-
run: |
36-
{
37-
ls packages
38-
ls packages/\@pglt
39-
ls packages/\@pglt/pglt_aarch64-pc-windows-msvc
40-
cat packages/\@pglt/pglt_aarch64-pc-windows-msvc/package.json
41-
}
42-
4334
# - name: Publish npm packages as latest
4435
# run: for package in packages/@biomejs/*; do if [ $package != "packages/@biomejs/js-api" ]; then npm publish $package --tag latest --access public --provenance; fi; done
4536
# env:

0 commit comments

Comments
 (0)