Skip to content

Commit 41e7f38

Browse files
Merge pull request #10
Use Ref not Ref Name
2 parents 31e9e9f + e51734d commit 41e7f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)