Skip to content

Commit

Permalink
fix command to get currently published npm package version
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Nov 17, 2024
1 parent 77301c2 commit 2600f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- id: current-version
# https://github.com/astral-sh/uv/issues/6298
run: |
echo ::set-output name=CURRENT_VERSION::$(./pw uv run python -c "from based_build.get_version import get_version;print(get_version())")
echo ::set-output name=CURRENT_VERSION::$(uv run python -c "from based_build.get_version import get_version;print(get_version())")
echo ::set-output name=CURRENT_UPSTREAM_VERSION::$(uv run node -p "require(\"./package.json\").version")
working-directory: ${{ env.NPM_PACKAGE_DIR }}

Expand Down

0 comments on commit 2600f39

Please sign in to comment.