diff options
author | Chris Swithinbank | 2023-06-13 11:39:36 +0200 |
---|---|---|
committer | GitHub | 2023-06-13 11:39:36 +0200 |
commit | 32ed3f611332992710924462b5da7158f74033e8 (patch) | |
tree | 84513874212cd6139d548005ac8d9502e4900984 | |
parent | d84f3ab24ebdba2d34c7df67b8071b46b3a4563a (diff) | |
download | IT.starlight-32ed3f611332992710924462b5da7158f74033e8.tar.gz IT.starlight-32ed3f611332992710924462b5da7158f74033e8.tar.bz2 IT.starlight-32ed3f611332992710924462b5da7158f74033e8.zip |
Install dependencies after `changeset version` runs (#196)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5ed491c..e41677d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 with: + version: pnpm changeset version && pnpm i --no-frozen-lockfile publish: pnpm changeset publish commit: '[ci] release' title: '[ci] release' |