mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-05-29 02:51:30 +00:00
fix cd script
This commit is contained in:
parent
c2784b1d37
commit
0345aea790
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -35,6 +35,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
|
always-auth: true
|
||||||
|
scope: @nodefactory
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile --non-interactive
|
run: yarn install --frozen-lockfile --non-interactive
|
||||||
|
|
||||||
@ -44,6 +48,8 @@ jobs:
|
|||||||
- name: Publish packages
|
- name: Publish packages
|
||||||
# manual switch to latest
|
# manual switch to latest
|
||||||
run: yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive --tag beta
|
run: yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive --tag beta
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
|
||||||
|
|
||||||
- name: Get Changelog Entry
|
- name: Get Changelog Entry
|
||||||
id: changelog_reader
|
id: changelog_reader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user