Skip to content

Commit b465608

Browse files
author
Bastian Schwarz
committed
use the ref name from context to look more like the other variables
1 parent 514728b commit b465608

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

0 commit comments

Comments
 (0)