Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! fixup! fixup! Workflow for release
  • Loading branch information
juditnovak committed May 16, 2023
1 parent de2df90 commit 62c1f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
# check if release is now published and available
echo "Checking latest available Spark package release v${{env.VERSION}}."
STATUSCODE=$(curl --silent --head ${{ GITHUB_SERVER_URL }}/${{ GITHUB_REPOSITORY }}/${{ DOWNLOADS_PATH }}/v${{env.VERSION}}/${{env.PKG_NAME}}-${{env.VERSION}}.tar.gz | head -n 1 | cut -d' ' -f2)
STATUSCODE=$(curl --silent --head $GITHUB_SERVER_URL/${{ GITHUB_REPOSITORY }}/${{ DOWNLOADS_PATH }}/v${{env.VERSION}}/${{env.PKG_NAME}}-${{env.VERSION}}.tar.gz | head -n 1 | cut -d' ' -f2)
if [[ ${STATUSCODE} -ne 200 ]] && [[ ${STATUSCODE} -ne 302 ]]; then exit 1; fi
- id: download-package
name: Download wheel package
Expand Down

0 comments on commit 62c1f1f

Please sign in to comment.