Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Oct 11, 2024
1 parent b97d832 commit 1f53d2a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release-relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
- name: Create new tag
id: create_tag
run: |
tag_name="relayer-fix-merkle-proof"
echo "Tag name: $tag_name"
echo "tag=$tag_name" >> $GITHUB_OUTPUT
git tag $tag_name
- name: Push new tag
run: |
git push origin --tags
# - name: Create new tag
# id: create_tag
# run: |
# tag_name="relayer-fix-merkle-proof"
# echo "Tag name: $tag_name"
# echo "tag=$tag_name" >> $GITHUB_OUTPUT
# git tag $tag_name
#
# - name: Push new tag
# run: |
# git push origin --tags

- name: "Build Changelog"
id: build_changelog
Expand Down

0 comments on commit 1f53d2a

Please sign in to comment.