Skip to content

Commit e51734d

Browse files
author
Bastian Schwarz
committed
The release ref should be the ref not the ref name
1 parent 31e9e9f commit e51734d

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.ref_name }}
13+
release_ref: ${{ github.ref }}

0 commit comments

Comments
 (0)