Skip to content

Commit

Permalink
Use origin remote (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored Dec 3, 2024
1 parent 27a1c4e commit 91f0222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
npm run -w web deploy
VERSION=$(grep version package.json | awk -F\" '{print $4}')
git tag "$VERSION" main
git push "$REMOTE" "$VERSION"
git push "$REMOTE" main
git push origin "$VERSION"
git push origin main
env:
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 91f0222

Please sign in to comment.