Skip to content

Commit c51af15

Browse files
committed
fix: cicd
1 parent 5fa3d35 commit c51af15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: npm run build
3838
- id: check_package_version
3939
run: |
40-
cat package.json | jq -r '.version' > $PACKAGE_VERSION
40+
PACKAGE_VERSION=$(cat package.json | jq -r '.version')
4141
echo "packge_version=$PACKAGE_VERSION" >> $GITHUB_OUTPUT
4242
- run: npm publish --access public --tag beta
4343
if: ${{ contains(steps.check_package_version.outputs.packge_version, 'beta') }}

0 commit comments

Comments
 (0)