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
+2-3
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,9 @@ jobs:
30
30
env:
31
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
32
RELEASE_TAG: "0.1.0"
33
+
PRERELEASE: "true"
33
34
34
-
- name: DEBUG
35
-
run: cat packages/\@pglt/pglt/package.json
36
-
35
+
# TODO: use latest/nightly tag depending on prerelease
37
36
# - name: Publish npm packages as latest
38
37
# 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