Skip to content

Commit

Permalink
Use curl directly
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 23, 2024
1 parent 5987b24 commit 0d87dec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push-e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- name: Get latest release tag
id: get-latest-release-tag
run: |
export latest_rel_tag=$(make -C hack/ci/ get-latest-release-tag)
echo "Output [$latest_rel_tag]"
echo "latest_release_tag=$latest_rel_tag" >> "$GITHUB_OUTPUT"
echo "latest_release_tag=$(curl -s https://api.github.com/repos/kyma-project/eventing-manager/releases/latest | jq -r '.tag_name')" >> "$GITHUB_OUTPUT"

second_job:
Expand Down

0 comments on commit 0d87dec

Please sign in to comment.