1 parent 44f642d commit 927dd5bCopy full SHA for 927dd5b
.github/workflows/create-release.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
env:
25
GH_TOKEN: ${{ github.token }}
26
- RELEASE: ${{ github.event.inputs.release || GITHUB_REF#refs/*/ }}
+ RELEASE: ${{ github.event.inputs.release || github.ref_name }}
27
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
0 commit comments