Skip to content

Commit

Permalink
Adjust release.yml code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 6, 2023
1 parent a2884d2 commit 8ca41f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Record variables
run: |
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.*'`
echo "KUBO_VERSION=$V" >> "$GITHUB_ENV"
GOHOSTOS=`go env GOHOSTOS`
echo "GOHOSTOS=$GOHOSTOS" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 8ca41f8

Please sign in to comment.