mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 13:18:04 -05:00
Fix CI (#488)
This commit is contained in:
committed by
GitHub
parent
76e2392b11
commit
53394ed3b0
4
.github/workflows/prod_build_lib.yml
vendored
4
.github/workflows/prod_build_lib.yml
vendored
@@ -164,13 +164,13 @@ jobs:
|
||||
yarn tsc
|
||||
yarn tsc -p tsconfig.commonjs.json
|
||||
- name: Publish package to npmjs
|
||||
run: cd core && yarn publish --provenance
|
||||
run: cd core && yarn npm publish --provenance
|
||||
- name: Re-setup Node.JS with GitHub pkg
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
- name: Publish package to GitHub
|
||||
run: cd core && yarn publish --provenance
|
||||
run: cd core && yarn npm publish --provenance
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user