Skip to content

Commit af0eabd

Browse files
committed
chore: Try fix publish workflow
1 parent b419c90 commit af0eabd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v3
1313
with:
14+
always-auth: true
1415
node-version: 16
1516
cache: 'yarn'
16-
always-auth: true
17+
registry-url: 'https://registry.npmjs.org/'
1718
- name: Install dependencies
1819
run: yarn install --frozen-lockfile
1920
- name: Get the release tag version

0 commit comments

Comments
 (0)