Skip to content

Commit 7f68c86

Browse files
authored
Update Post release workflow to pass tag explicitly (#1467)
1 parent f00e87e commit 7f68c86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/post_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
call-post-release:
1111
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1212
uses: ibexa/gh-workflows/.github/workflows/post_release.yaml@main
13+
with:
14+
tag: ${{ github.event.workflow_run.head_branch }}
1315
secrets: inherit

0 commit comments

Comments
 (0)