Skip to content

Commit d47aa9f

Browse files
committed
Fix
1 parent 89d2a9d commit d47aa9f

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 VERSION | tr -s '\n' '')" >> $GITHUB_OUTPUT
23-
echo "$(cat VERSION | tr -s '\n' '')"
22+
echo "version=$(cat VERSION | tr -d '\n')" >> $GITHUB_OUTPUT
23+
echo "$(cat VERSION | tr -d '\n')"
2424
# - name: Push new version tag
2525
# uses: mathieudutour/[email protected]
2626
# with:

0 commit comments

Comments
 (0)