-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Relayer-Ubuntu-Latest-Build.yml
add latest commit log
- Loading branch information
1 parent
2dfa6dd
commit a7043c7
Showing
1 changed file
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 |
---|---|---|
|
@@ -36,6 +36,8 @@ jobs: | |
git config user.name "Router Protocol" | ||
git config user.email "[email protected]" | ||
git tag ${{ github.event.inputs.version }} | ||
git pull | ||
git log --format="%H" -n 1 | ||
make build-local | ||
mkdir -p ${{ github.workspace }}/router-chain-binaries/ | ||
tar -czvf router-relayer.tar.gz router-relayer | ||
|
@@ -72,7 +74,7 @@ jobs: | |
mkdir -p linux | ||
mv ${{ github.workspace }}/router-chain-binaries/router-relayer.tar.gz ./linux/ | ||
git add linux/router-relayer.tar.gz | ||
git commit -m "Latest orchestrator executable updated: $(date +'%Y-%m-%d %H:%M:%S')" | ||
git commit -m "Latest relayer executable updated: $(date +'%Y-%m-%d %H:%M:%S')" | ||
git push | ||
tag-release: | ||
|
@@ -94,4 +96,4 @@ jobs: | |
git tag -a ${{ github.event.inputs.version }} -m "${{ github.event.inputs.releaseName }}" | ||
git push origin ${{ github.event.inputs.version }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |