mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
chore: publish to gpr (#78)
This commit is contained in:
7
.github/workflows/sdk-canary.yml
vendored
7
.github/workflows/sdk-canary.yml
vendored
@@ -26,8 +26,7 @@ jobs:
|
||||
with:
|
||||
node-version: 20.x
|
||||
cache: "yarn"
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
registry-url: "https://npm.pkg.github.com/"
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile --network-concurrency 1
|
||||
@@ -44,4 +43,6 @@ jobs:
|
||||
|
||||
- name: Publish canary
|
||||
# run: npm publish --access public --tag canary
|
||||
run: npm publish --access restricted --tag canary
|
||||
run: npm publish --access restricted --tag canary
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user