Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
push branch + tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatcuk committed Jan 15, 2023
1 parent 4bb2a01 commit 63319cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ git add .github/workflows/release.yml
git commit -m "update to firmware $FIRMWARE_VER"
git tag -a -m "$VER" "$VER"
git tag "firmware-v$FIRMWARE_VER"
git push --all
git push --atomic origin main "$VER" "firmware-v$FIRMWARE_VER"

popd

0 comments on commit 63319cd

Please sign in to comment.