We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d2a9d commit d47aa9fCopy full SHA for d47aa9f
.github/workflows/publish-new-go-sdik.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Latest Go SDK version
20
id: get_version
21
run: |
22
- echo "version=$(cat VERSION | tr -s '\n' '')" >> $GITHUB_OUTPUT
23
- echo "$(cat VERSION | tr -s '\n' '')"
+ echo "version=$(cat VERSION | tr -d '\n')" >> $GITHUB_OUTPUT
+ echo "$(cat VERSION | tr -d '\n')"
24
# - name: Push new version tag
25
# uses: mathieudutour/[email protected]
26
# with:
0 commit comments