We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa3d35 commit c51af15Copy full SHA for c51af15
.github/workflows/release-please.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: npm run build
38
- id: check_package_version
39
run: |
40
- cat package.json | jq -r '.version' > $PACKAGE_VERSION
+ PACKAGE_VERSION=$(cat package.json | jq -r '.version')
41
echo "packge_version=$PACKAGE_VERSION" >> $GITHUB_OUTPUT
42
- run: npm publish --access public --tag beta
43
if: ${{ contains(steps.check_package_version.outputs.packge_version, 'beta') }}
0 commit comments