diff options
author | 2021-11-29 15:23:08 -0600 | |
---|---|---|
committer | 2021-11-29 15:23:08 -0600 | |
commit | 6f77acc07be996f939bf4669758b48ef901d86ad (patch) | |
tree | 59c53519b5cb7d7065e9bb751d427799896cf34d | |
parent | 4067151aec60ddb471cf9ca943b9a1a0338b37da (diff) | |
download | astro-6f77acc07be996f939bf4669758b48ef901d86ad.tar.gz astro-6f77acc07be996f939bf4669758b48ef901d86ad.tar.zst astro-6f77acc07be996f939bf4669758b48ef901d86ad.zip |
chore(actions): fix changeset
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6028ed774..ab54a2c7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,9 +203,9 @@ jobs: - name: Create Release Pull Request or Publish id: changesets - uses: changesets/action@master + uses: changesets/action@v1 with: - publish: changeset publish + publish: yarn changeset publish commit: '[ci] release' title: '[ci] release' env: |