You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish.reusable.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
RELEASE_TAG: "0.1.0"
33
33
34
34
- name: DEBUG
35
-
run: ls packages/\@pglt/pglt/package.json
35
+
run: cat packages/\@pglt/pglt/package.json
36
36
37
37
# - name: Publish npm packages as latest
38
38
# 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