Skip to content

Commit

Permalink
Fix promote check (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval authored May 8, 2024
1 parent 2c99678 commit 9b58ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo RECEPTORCTL_PYPI_VERSION=$(curl --silent https://pypi.org/pypi/receptorctl/json | jq --raw-output '.info.version') >> $GITHUB_ENV

- name: Build receptorctl and upload to pypi
if: ${{ env.RECEPTORCTL_PYPI_VERSION != env.TAG }}
if: ${{ 'v%{env.RECEPTORCTL_PYPI_VERSION}' != env.TAG }}
run: |
make receptorctl_wheel receptorctl_sdist VERSION=$TAG
twine upload \
Expand Down

0 comments on commit 9b58ca7

Please sign in to comment.