Skip to content

Commit 927dd5b

Browse files
authored
chore: attempt to use tag_name
1 parent 44f642d commit 927dd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
env:
2525
GH_TOKEN: ${{ github.token }}
26-
RELEASE: ${{ github.event.inputs.release || GITHUB_REF#refs/*/ }}
26+
RELEASE: ${{ github.event.inputs.release || github.ref_name }}
2727

2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:

0 commit comments

Comments
 (0)