Skip to content

Commit

Permalink
ci: fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPhinix authored Apr 16, 2022
1 parent 145c83f commit 13499aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
cache: yarn
node-version-file: '.nvmrc'
registry-url: https://registry.npmjs.org/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
cache: yarn
node-version-file: '.nvmrc'
registry-url: https://registry.npmjs.org/

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
cache: yarn
node-version-file: '.nvmrc'
registry-url: https://registry.npmjs.org/

Expand All @@ -33,3 +34,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
cache: yarn
node-version-file: '.nvmrc'
registry-url: https://registry.npmjs.org/

Expand Down

0 comments on commit 13499aa

Please sign in to comment.