Skip to content

Commit

Permalink
fix: SDK_VERSION not echoing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu committed Nov 4, 2024
1 parent e2946ce commit 7579f9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-wasm-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
- name: Set version
run: |
echo SDK_VERSION="${REF_NAME} (${SHA:0:7})" >> $GITHUB_ENV
echo "SDK_VERSION=${SDK_VERSION}"
export SDK_VERSION="${REF_NAME} (${SHA:0:7})"
echo "SDK_VERSION='${SDK_VERSION}'" >> $GITHUB_ENV
echo "SDK_VERSION='${SDK_VERSION}'"
- name: Setup Node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
Expand Down

0 comments on commit 7579f9f

Please sign in to comment.