mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-05-29 02:31:38 +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
|
||||
with:
|
||||
node-version: '12.x'
|
||||
always-auth: true
|
||||
scope: @nodefactory
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile --non-interactive
|
||||
|
||||
@ -44,6 +48,8 @@ jobs:
|
||||
- name: Publish packages
|
||||
# manual switch to latest
|
||||
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
|
||||
id: changelog_reader
|
||||
|
Loading…
x
Reference in New Issue
Block a user