Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add git fetch
  • Loading branch information
Darioush Jalali committed Nov 19, 2024
commit ab32c8458cb9dd3d4c7452848d23ebd07025f00c
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
ref: ${{ github.event.inputs.tag }}
- name: Patch .goreleaser.yml
run: |
git -C subnet-evm fetch try
git -C subnet-evm checkout try -- .goreleaser.yml
- name: Set up Go
uses: actions/setup-go@v5
Expand Down
Loading