Skip to content

Commit 545804c

Browse files
authored
Fix buf-push workflow (#2300)
Same fix as here ConduitIO/conduit-commons#205
1 parent 0460da9 commit 545804c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buf-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get Buf version
1919
id: buf-version
2020
run: |
21-
BUF_VERSION=$( go list -m -f '{{.Version}}' github.com/bufbuild/buf )
21+
BUF_VERSION=$( go list -modfile=tools/go.mod -m -f '{{.Version}}' github.com/bufbuild/buf )
2222
# remove the leading 'v' in front of the version
2323
BUF_VERSION=${BUF_VERSION#v}
2424
echo "v=$BUF_VERSION" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)