Skip to content

Commit 8ca41f8

Browse files
committed
Adjust release.yml code
1 parent a2884d2 commit 8ca41f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
go-version: ${{ env.GO_VERSION }}
6767
- name: Record variables
6868
run: |
69-
V=`cat go-ds-s3-plugin/go.mod | grep github.com/ipfs/kubo | grep -o 'v.*'`
69+
V=`cat go.mod | grep github.com/ipfs/kubo | grep -o 'v.*'`
7070
echo "KUBO_VERSION=$V" >> "$GITHUB_ENV"
7171
GOHOSTOS=`go env GOHOSTOS`
7272
echo "GOHOSTOS=$GOHOSTOS" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)