Skip to content

Commit

Permalink
Fix release workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Nov 10, 2021
1 parent 289de5a commit e750fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
set -x
cd "$(dirname "$(brew formula alibuild)")"
json=$(curl -fSsL "https://pypi.org/pypi/alibuild/${GITHUB_REF#refs/tags/}/json")
sha=$(echo "$json" | jq -r '.urls[0].digests.sha256)
url=$(echo "$json" | jq -r '.urls[0].url)
sha=$(echo "$json" | jq -r '.urls[0].digests.sha256')
url=$(echo "$json" | jq -r '.urls[0].url')
# Replace keys with two leading spaces only, so we get the toplevel
# ones applying to alibuild, not those for dependencies.
sed -i.bak "
Expand Down

0 comments on commit e750fdd

Please sign in to comment.