Skip to content

Commit

Permalink
chore: CI frozen lockfile issues (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 authored Oct 28, 2023
1 parent 50943c5 commit afc9caa
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,8 @@ jobs:
with:
node-version: 18

- name: 🔄 Generate Cache Key
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: 💾 Cache Dependencies
uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: 📦 Install dependencies
run: yarn install --frozen-lockfile
run: yarn install

- name: 🎉 Release
run: yarn semantic-release
Expand Down

0 comments on commit afc9caa

Please sign in to comment.