chore(ci): remove unnecessary checkout in release workflow

This reverts part of commit c39ba626d2.
This commit is contained in:
Pascal Jufer 2023-01-09 20:49:00 +01:00
parent c39ba626d2
commit ed64b38a02

View file

@ -69,9 +69,6 @@ jobs:
git -c user.email="actions@github.com" -c user.name="GitHub Actions" tag -fa ${{ github.ref_name }} -m "${{ github.ref_name }}"
git push -f origin ${{ github.ref_name }}
- name: Checkout tag again for release updates
run: git pull && git checkout main
- name: Publish packages
run: pnpm -r publish --access public
env: