fix cd script

This commit is contained in:
Marin Petrunić 2020-09-03 12:39:31 +02:00
parent c2784b1d37
commit 0345aea790
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5

View File

@ -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