Skip to content

Commit

Permalink
Update Relayer-Ubuntu-Latest-Build.yml
Browse files Browse the repository at this point in the history
add latest commit log
  • Loading branch information
ganeshbhagi authored Feb 23, 2024
1 parent 2dfa6dd commit a7043c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Relayer-Ubuntu-Latest-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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 }}

0 comments on commit a7043c7

Please sign in to comment.