We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf8ba9 commit 5a0975dCopy full SHA for 5a0975d
.github/workflows/release.yaml
@@ -27,7 +27,8 @@ jobs:
27
run: |
28
npm ci
29
npm run package
30
- echo "PACKAGE_VERSION=$(node -p \"require('./package.json').version\")" >> $GITHUB_ENV
+ echo "PACKAGE_VERSION="$(node -p "require('./package.json').version") >> $GITHUB_ENV
31
+ - run: echo ${{ env.PACKAGE_VERSION }}
32
# Create tag so it can be publihsed
33
- name: Create Tag
34
if: github.event.inputs.bumpVersion == 'true'
0 commit comments