Skip to content

Commit

Permalink
feat: update release workflow with `iCHEF/npm-install-with-cache-acti…
Browse files Browse the repository at this point in the history
…on@v1`
  • Loading branch information
a26620236 committed May 9, 2022
1 parent 00fba6d commit 40cfe3a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Expand Up @@ -24,17 +24,10 @@ jobs:
with:
node-version: '12'
registry-url: 'https://registry.npmjs.org'
- uses: "./.github/actions/get_runner_env_version"
id: get-runner-env-version
- uses: actions/cache@v2
id: yarn-cache
- name: Install packages with cache
uses: iCHEF/npm-install-with-cache-action@v1
with:
path: "**/node_modules/"
key: ${{ steps.get-runner-env-version.outputs.os }}-node${{ steps.get-runner-env-version.outputs.node }}-yarn-${{ hashFiles('yarn.lock') }}
- name: Install packages
uses: './.github/actions/install_package'
with:
npm-token: ${{ secrets.NPM_TOKEN }}
is-monorepo: true
- name: Update package version
run: |
git config user.name github-actions
Expand Down

0 comments on commit 40cfe3a

Please sign in to comment.