We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2884d2 commit 8ca41f8Copy full SHA for 8ca41f8
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
go-version: ${{ env.GO_VERSION }}
67
- name: Record variables
68
run: |
69
- V=`cat go-ds-s3-plugin/go.mod | grep github.com/ipfs/kubo | grep -o 'v.*'`
+ V=`cat go.mod | grep github.com/ipfs/kubo | grep -o 'v.*'`
70
echo "KUBO_VERSION=$V" >> "$GITHUB_ENV"
71
GOHOSTOS=`go env GOHOSTOS`
72
echo "GOHOSTOS=$GOHOSTOS" >> "$GITHUB_ENV"
0 commit comments