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
52ee559
commit 7bb8281
Showing
2 changed files
with
4 additions
and
5 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 |
---|---|---|
|
@@ -178,11 +178,11 @@ jobs: | |
git remote set-url --push origin "https://x-access-token:[email protected]/e-square-io/nx-github-actions.git" | ||
git tag -d v${{ needs.release.outputs.major }} || true | ||
git tag -d v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} || true | ||
git -f origin --delete v${{ needs.release.outputs.major }} || true | ||
git -f origin --delete v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} || true | ||
git push -f origin --delete v${{ needs.release.outputs.major }} || true | ||
git push -f origin --delete v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} || true | ||
git tag -fa v${{ needs.release.outputs.major }} -m "Release v${{ needs.release.outputs.major }}" | ||
git tag -fa v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} -m "Release v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }}" | ||
git push -f --follow-tags | ||
git push -f --tags | ||
- name: Obtain GitHub App Installation Access Token | ||
id: githubAppAuth | ||
|
@@ -226,4 +226,4 @@ jobs: | |
git push -f origin --delete v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} || true | ||
git tag -fa v${{ needs.release.outputs.major }} -m "Release v${{ needs.release.outputs.major }}" | ||
git tag -fa v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} -m "Release v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }}" | ||
git push -f --follow-tags | ||
git push -f --tags |
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