Skip to content

Commit

Permalink
ci: remember to git push **specifying upstream**
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Aug 10, 2024
1 parent ee7b204 commit 189fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: |
git add .
git commit --amend --no-edit
git push --force
git push origin HEAD:changeset-release/main --force
- if: steps.changesets.outputs.published == 'true'
run: echo "(a) new version(s) was/were published!"

0 comments on commit 189fc50

Please sign in to comment.