Skip to content

Commit ef1784b

Browse files
author
Bastian Schwarz
committed
Apparently the commitish points to the branch, I need the tag.
1 parent b821957 commit ef1784b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/self_updateReleaseVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
uses: codenamephp/workflows.common/.github/workflows/updateReleaseVersions.yml@release
1111
with:
1212
version: ${{ github.event.release.tag_name }}
13-
release_ref: ${{ github.event.release.target_commitish }}
13+
release_ref: ${GITHUB_REF}

0 commit comments

Comments
 (0)