Skip to content

Commit 5a0975d

Browse files
authored
Update release.yaml
1 parent 7bf8ba9 commit 5a0975d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
run: |
2828
npm ci
2929
npm run package
30-
echo "PACKAGE_VERSION=$(node -p \"require('./package.json').version\")" >> $GITHUB_ENV
30+
echo "PACKAGE_VERSION="$(node -p "require('./package.json').version") >> $GITHUB_ENV
31+
- run: echo ${{ env.PACKAGE_VERSION }}
3132
# Create tag so it can be publihsed
3233
- name: Create Tag
3334
if: github.event.inputs.bumpVersion == 'true'

0 commit comments

Comments
 (0)