Skip to content

Commit

Permalink
fix fetching last release version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlackner committed Jul 22, 2022
1 parent dc2563a commit 74a3ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/piptest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: get latest release with tag
id: latestrelease
run: |
echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/weide-zhou/ticket13/releases/latest | jq '.tag_name' | sed 's/\"//g')"
echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/martinlackner/abcvoting/releases/latest | jq '.tag_name' | sed 's/\"//g')"
- name: confirm release tag
run: |
echo ${{ steps.latestrelease.outputs.releasetag }}
Expand Down

0 comments on commit 74a3ada

Please sign in to comment.