fix: fix github actions specific limitations
This commit is contained in:
5
.github/workflows/action-release.yaml
vendored
5
.github/workflows/action-release.yaml
vendored
@@ -22,8 +22,9 @@ jobs:
|
||||
|
||||
- name: Install yarn
|
||||
run: |
|
||||
curl -fsSL -o /bin/yarn ${{ env.YARN_URL }}
|
||||
chmod +x /bin/yarn
|
||||
curl -fsSL -o ~/bin/yarn ${{ env.YARN_URL }}
|
||||
chmod +x ~/bin/yarn
|
||||
echo "$HOME/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Install Node.js, NPM
|
||||
uses: actions/setup-node@v5
|
||||
|
||||
Reference in New Issue
Block a user