Fix publishing #46

Merged
telackey merged 4 commits from telackey/pub into main 2023-11-21 22:55:19 +00:00
Showing only changes of commit 0a7bd3b443 - Show all commits

View File

@ -18,8 +18,8 @@ jobs:
fetch-depth: 0
- name: Download yarn
run: |
curl -fsSL -o ~/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js
chmod +x ~/bin/yarn
curl -fsSL -o /usr/local/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js
chmod +x /usr/local/bin/yarn
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with: