We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59211cb commit af30c5cCopy full SHA for af30c5c
1 file changed
.github/workflows/release.yaml
@@ -2,8 +2,6 @@ name: Simple Versioned Release
2
3
on:
4
push:
5
- branches:
6
- - main
7
tags:
8
- 'v*.*.*'
9
@@ -32,7 +30,7 @@ jobs:
32
30
env:
33
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
with:
35
- tag_name: ${{ github.ref }}
36
- release_name: "Release ${{ github.ref }}"
+ tag_name: ${{ env.RELEASE_VERSION }}
+ release_name: "Release ${{ env.RELEASE_VERSION }}"
37
draft: false
38
prerelease: false
0 commit comments