Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Aug 31, 2023
1 parent 376ce93 commit 94ffbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Pin versions in internal dependencies and update lockfile
run: |
yarn release:tilde
yarn release:pin-versions
yarn install --no-immutable
git add .
git diff-index --quiet HEAD || git commit -m 'chore(release): update internal dependencies [skip ci]'
Expand Down

0 comments on commit 94ffbbc

Please sign in to comment.