Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiShi1313 committed Nov 25, 2023
1 parent aaf054e commit d86d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-gcsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: check-pypi-version
run: |
VERSION_EXISTS=$(curl -s https://pypi.org/pypi/gcsim_pypi/json | jq -r '.releases | has("${{ github.event.release.tag_name || steps.get-latest-tag.outputs.tag }}")')
echo "{exists}={$VERSION_EXISTS}" >> $GITHUB_OUTPUT
echo "exists=$VERSION_EXISTS" >> $GITHUB_OUTPUT
build-and-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d86d80b

Please sign in to comment.