Skip to content

Commit 76bd244

Browse files
Update .github/workflows/build-node.yml
Co-authored-by: Eli Skeggs <1348991+skeggse@users.noreply.github.com>
1 parent ffae491 commit 76bd244

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ jobs:
122122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123123
run: |
124124
set -euo pipefail
125-
TAG="node-${NODE_VERSION}-release"
126-
RELEASE_NAME="node-${NODE_VERSION}-LATEST"
127-
FILE="./artifacts/${NODE_ARCHIVE_LATEST}"
125+
TAG="node-$NODE_VERSION-release"
126+
RELEASE_NAME="node-$NODE_VERSION-LATEST"
127+
FILE="./artifacts/$NODE_ARCHIVE_LATEST"
128128
if ! gh release view "$TAG" --repo "$REPO" >/dev/null 2>&1; then
129129
gh release create "$TAG" --title "$RELEASE_NAME" --notes "" --repo "$REPO" \
130130
|| gh release view "$TAG" --repo "$REPO" >/dev/null

0 commit comments

Comments
 (0)