Skip to content

Commit

Permalink
fix: issue with workflow due to missing brace (#9742)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick committed Nov 7, 2023
1 parent 0eefed7 commit 0e260e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-zxc-build-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
MINOR_VERSION="$(semver get minor "${EFF_VERSION}")"
echo "number=${EFF_VERSION}" >>"${GITHUB_OUTPUT}"
echo "prefix=${MAJOR_VERSION}.${MINOR_VERSION" >>"${GITHUB_OUTPUT}"
echo "prefix=${MAJOR_VERSION}.${MINOR_VERSION}" >>"${GITHUB_OUTPUT}"
echo "prerelease=${PRERELEASE}" >>"${GITHUB_OUTPUT}"
- name: Cache Build Version
Expand Down

0 comments on commit 0e260e7

Please sign in to comment.