Skip to content

Commit 2ce3789

Browse files
authored
Update dev_release.yml
1 parent 288a5d0 commit 2ce3789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Update go mod
2525
if: ${{ github.event.inputs.replaceMod != '' }}
2626
run: |
27-
go mod edit -replace "github.com/sitehostnz/gosh"=>"${{ github.event.inputs.replaceMod }}"
27+
go mod edit -replace "github.com/sitehostnz/gosh"="${{ github.event.inputs.replaceMod }}"
2828
go mod tidy
2929
3030
-

0 commit comments

Comments
 (0)