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 origin
  • Loading branch information
Darioush Jalali committed Nov 19, 2024
commit 9fab3ac9d3309366972abf16f3f18167ef8933d2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ github.event.inputs.tag }}
- name: Patch .goreleaser.yml
run: |
git -C subnet-evm fetch try
git -C subnet-evm fetch origin try
git -C subnet-evm checkout try -- .goreleaser.yml
- name: Set up Go
uses: actions/setup-go@v5
Expand Down
Loading