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
79149c9
commit 2f7411b
Showing
2 changed files
with
4 additions
and
2 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 |
---|---|---|
|
@@ -162,6 +162,9 @@ jobs: | |
with: | ||
persist-credentials: false | ||
|
||
- name: Set git config | ||
run: git config --global hub.protocol https | ||
|
||
- name: Obtain GitHub App Installation Access Token | ||
id: githubAppAuth | ||
run: | | ||
|
@@ -194,9 +197,9 @@ jobs: | |
run: | | ||
git config user.name e-square-ci | ||
git config user.email [email protected] | ||
git config --global hub.protocol https | ||
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 | ||
|
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