We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288a5d0 commit 2ce3789Copy full SHA for 2ce3789
.github/workflows/dev_release.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Update go mod
25
if: ${{ github.event.inputs.replaceMod != '' }}
26
run: |
27
- go mod edit -replace "github.com/sitehostnz/gosh"=>"${{ github.event.inputs.replaceMod }}"
+ go mod edit -replace "github.com/sitehostnz/gosh"="${{ github.event.inputs.replaceMod }}"
28
go mod tidy
29
30
-
0 commit comments