diff --git a/.github/workflows/ci-windows-build-msi.yml b/.github/workflows/ci-windows-build-msi.yml index e4bc36c55..0bdf3645d 100644 --- a/.github/workflows/ci-windows-build-msi.yml +++ b/.github/workflows/ci-windows-build-msi.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + outputs: + tag_name: ${{ steps.get_latest_release.tag_name }} steps: - id: get_latest_release uses: cardinalby/git-get-release-action@cedef2faf69cb7c55b285bad07688d04430b7ada diff --git a/.github/workflows/dispatch_create_branch_hub.yaml b/.github/workflows/dispatch_create_branch_hub.yaml index 5a5209b64..e3f5acf20 100644 --- a/.github/workflows/dispatch_create_branch_hub.yaml +++ b/.github/workflows/dispatch_create_branch_hub.yaml @@ -11,15 +11,17 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + outputs: + tag_name: ${{ steps.get_latest_release.tag_name }} steps: - - id: get_latest_release - uses: cardinalby/git-get-release-action@cedef2faf69cb7c55b285bad07688d04430b7ada - env: - GITHUB_TOKEN: ${{ github.token }} - with: - latest: true - draft: false - prerelease: false + - id: get_latest_release + uses: cardinalby/git-get-release-action@cedef2faf69cb7c55b285bad07688d04430b7ada + env: + GITHUB_TOKEN: ${{ github.token }} + with: + latest: true + draft: false + prerelease: false dispatch: name: dispatch to hub-tests diff --git a/.github/workflows/dispatch_delete_branch_hub.yaml b/.github/workflows/dispatch_delete_branch_hub.yaml index 9582457a6..64f1ceda3 100644 --- a/.github/workflows/dispatch_delete_branch_hub.yaml +++ b/.github/workflows/dispatch_delete_branch_hub.yaml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + outputs: + tag_name: ${{ steps.get_latest_release.tag_name }} steps: - id: get_latest_release uses: cardinalby/git-get-release-action@cedef2faf69cb7c55b285bad07688d04430b7ada