chore: Try fix publish workflow

pull/91/head 1.1.1
boazpoolman 2023-02-10 18:32:55 +01:00
parent b419c90924
commit af0eabdf2f
1 changed files with 2 additions and 1 deletions

View File

@ -11,9 +11,10 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
always-auth: true
node-version: 16 node-version: 16
cache: 'yarn' cache: 'yarn'
always-auth: true registry-url: 'https://registry.npmjs.org/'
- name: Install dependencies - name: Install dependencies
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Get the release tag version - name: Get the release tag version