Skip to content

Commit

Permalink
yarn update
Browse files Browse the repository at this point in the history
  • Loading branch information
CronosLabsDev committed Aug 25, 2023
1 parent cddf6fc commit 82540d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: |
git config user.name "CronosLabsDev"
git config user.email "[email protected]"
YARN_CHECKSUM_BEHAVIOR=update yarn
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -40,7 +42,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install --frozen-lockfile
- run: YARN_CHECKSUM_BEHAVIOR=update yarn install --frozen-lockfile

- run: yarn build && npx release-it --npm.skipChecks --ci -i ${{ github.event.release.tag_name }}
env:
Expand Down

0 comments on commit 82540d0

Please sign in to comment.