Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
raw jq
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS authored Jun 26, 2024
1 parent 5812079 commit bc28bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-3-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
json=$(gh release list --json tagName --limit 1)
echo $json
tag=$(echo $json | (jq '.[0].tagName'))
tag=$(echo $json | (jq -r '.[0].tagName'))
echo $tag
gh release download $tag -p jekyll-docs-*.tar --output artifact.tar
ls -la
Expand Down

0 comments on commit bc28bda

Please sign in to comment.