Skip to content

Commit 89d2a9d

Browse files
committed
Update version extraction
1 parent 0e1e892 commit 89d2a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-new-go-sdik.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Latest Go SDK version
2020
id: get_version
2121
run: |
22-
echo "version=$(cat lf | tr -s '\n' '')" >> $GITHUB_OUTPUT
23-
echo "$(cat lf | tr -s '\n' '')"
22+
echo "version=$(cat VERSION | tr -s '\n' '')" >> $GITHUB_OUTPUT
23+
echo "$(cat VERSION | tr -s '\n' '')"
2424
# - name: Push new version tag
2525
# uses: mathieudutour/[email protected]
2626
# with:

0 commit comments

Comments
 (0)