We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245c947 commit 3a95196Copy full SHA for 3a95196
.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.ref_name }}
+ RELEASE: ${{ github.ref_name//v }}
17
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
0 commit comments