Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Feb 6, 2025
1 parent d6386c4 commit c07a77d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ jobs:
run: |
# Get the most recent tag in the format relayer-v<version>
current_tag=$(git tag --list "relayer-v*" --sort=-v:refname | head -n 1)
exp=$(git tag --list "relayer-v*" --sort=-v:refname | head -n 1)
new_tag="relayer-v${{ inputs.snowbridge_version }}-${{ inputs.runtime_version }}"
echo "Old tag: $current_tag"
echo "New tag: $new_tag"
echo "Exp: $exp"
echo "new_tag=$new_tag" >> $GITHUB_OUTPUT
echo "from_tag=$current_tag" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c07a77d

Please sign in to comment.