Skip to content

Commit

Permalink
Update upload-resources-to-github.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthvn authored Mar 17, 2022
1 parent 647abb4 commit d186c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload-resources-to-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RELEASE_ID=$(curl -s -H "Authorization: token $GITHUB_TOKEN" \

RELEASE_BRANCH=$(curl -s -H "Authorization: token $GITHUB_TOKEN" \
https://api.github.com/repos/jayanthvn/amazon-vpc-cni-k8s/releases | \
jq --arg VERSION "$VERSION" '.[] | select(.tag_name==$VERSION) | .target_commitish')
jq -r --arg VERSION "$VERSION" '.[] | select(.tag_name==$VERSION) | .target_commitish')

ASSET_IDS_UPLOADED=()

Expand Down

0 comments on commit d186c15

Please sign in to comment.