fix: deploy branch instead of v1 branch

This commit is contained in:
Aarnav Tale
2023-01-25 11:10:00 -05:00
parent 443c3cc7e1
commit c2bec5ff29

View File

@@ -22,8 +22,8 @@ jobs:
run: |
git config --global user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
git config --global user.name "github-actions[bot]"
git checkout --orphan v1
git checkout --orphan deploy
git add -f dist README.md LICENSE action.yaml
git commit -m "chore: create ci release ($GITHUB_SHA)"
git tag --force v1
git push -f --tags origin v1
git push -f --tags origin deploy