Skip to content

Commit

Permalink
ci: 🎡 fix release pipeline *again*
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 8, 2023
1 parent 84a80e9 commit b166870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: package_version
run: |
pdm install -G release --no-self --no-lock
echo "current=$(pdm run -m setuptools_scm)" >> "$GITHUB_OUTPUT"
echo "current=$(pdm run python -m setuptools_scm)" >> "$GITHUB_OUTPUT"
echo "remote=$(curl -sL https://pypi.org/pypi/hyperscan/json | jq -r .info.version)" >> "$GITHUB_OUTPUT"
- uses: madhead/semver-utils@latest
Expand Down

0 comments on commit b166870

Please sign in to comment.