This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ron Netzer
committed
Jun 29, 2021
1 parent
252eada
commit 2091574
Showing
3 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,14 +197,9 @@ jobs: | |
run: | | ||
git config user.name e-square-ci | ||
git config user.email [email protected] | ||
git remote set-url origin "https://x-access-token:[email protected]/e-square-io/${{ matrix.package }}.git" | ||
git remote set-url --push origin "https://x-access-token:[email protected]/e-square-io/${{ matrix.package }}.git" | ||
git fetch --unshallow origin | ||
git tag -d v${{ needs.release.outputs.major }} || true | ||
git tag -d v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} || true | ||
git push origin :v${{ needs.release.outputs.major }} || true | ||
git push origin :v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} || true | ||
git tag -a v${{ needs.release.outputs.major }} -m "Release v${{ needs.release.outputs.major }}" | ||
git tag -a v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} -m "Release v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }}" | ||
git push origin v${{ needs.release.outputs.major }} | ||
git push origin v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} | ||
git remote add upstream "https://x-access-token:[email protected]/e-square-io/${{ matrix.package }}.git" | ||
git fetch --unshallow upstream | ||
git push upstream :v${{ needs.release.outputs.major }} || true | ||
git push upstream :v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} || true | ||
git push upstream v${{ needs.release.outputs.major }} | ||
git push upstream v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters