Skip to content

Commit af30c5c

Browse files
correcting specs
1 parent 59211cb commit af30c5c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Simple Versioned Release
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- 'v*.*.*'
97

@@ -32,7 +30,7 @@ jobs:
3230
env:
3331
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3432
with:
35-
tag_name: ${{ github.ref }}
36-
release_name: "Release ${{ github.ref }}"
33+
tag_name: ${{ env.RELEASE_VERSION }}
34+
release_name: "Release ${{ env.RELEASE_VERSION }}"
3735
draft: false
3836
prerelease: false

0 commit comments

Comments
 (0)