We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00e87e commit 7f68c86Copy full SHA for 7f68c86
.github/workflows/post_release.yaml
@@ -10,4 +10,6 @@ jobs:
10
call-post-release:
11
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12
uses: ibexa/gh-workflows/.github/workflows/post_release.yaml@main
13
+ with:
14
+ tag: ${{ github.event.workflow_run.head_branch }}
15
secrets: inherit
0 commit comments