Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git add .
git commit -m "Add build artifacts" > /dev/null
git push origin HEAD:v1 -f
git push origin HEAD:v2 -f
Loading