We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea8ad4 commit 245c947Copy full SHA for 245c947
.github/workflows/create-release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
env:
15
GH_TOKEN: ${{ github.token }}
16
- RELEASE: ${{ github.event.inputs.release || github.ref_name }}
+ RELEASE: ${{ github.ref_name }}
17
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
0 commit comments