Skip to content

Commit

Permalink
Update quarkus-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfray12 authored Feb 11, 2022
1 parent 519da85 commit ea3d597
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/quarkus-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
- uses: octokit/request-action@v2.x
id: get_latest_tag
with:
route: GET /repos/jayfray12/DataSynthesis-1/tags
owner: jayfray12
repo: DataSynthesis-1
route: GET /repos/Project-Herophilus/DataSynthesis/tags
owner: Project-Herophilus
repo: DataSynthesis
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo ::set-output name=tag_name::$(echo '${{ steps.get_latest_tag.outputs.data }}' | jq .[-1].name -r)
- run: echo ::set-output name=tag_name::$(echo '${{ steps.get_latest_tag.outputs.data }}' | jq .[0].name -r)
id: tag-name
- run: "echo Tag: ${{ steps.tag-name.outputs.tag_name }}"
- name: Checkout source
Expand Down

0 comments on commit ea3d597

Please sign in to comment.