Skip to content

Commit

Permalink
ci: release triggers with correct tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed May 9, 2022
1 parent 3714145 commit f4674a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
deployments: write
packages: write
pages: write
outputs:
tag_version: ${{ steps.get_version.outputs.TAG_VERSION }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -97,5 +99,5 @@ jobs:
with:
token: ${{ secrets.TRIGGERING_PAT }}
repository: ${{ matrix.repo }}
event-type: "Dependency released - Keycloak v${{ steps.get_version.outputs.TAG_VERSION }}"
event-type: "Dependency released - Keycloak v${{ needs.release.outputs.tag_version }}"
client-payload: '{ "github": ${{toJson(github)}} }'

0 comments on commit f4674a8

Please sign in to comment.