File tree 1 file changed +4
-12
lines changed 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -33,29 +33,21 @@ jobs:
33
33
create_tag : true
34
34
initial_version : 0.0.1
35
35
tag_prefix : v
36
-
37
- - name : Set version
38
- env :
39
- version_string : ${{ steps.calculate-version.outputs.version-string }}
40
- run : |
41
- (
42
- echo "VERSION_STRING=${version-string}"
43
- ) >> "$GITHUB_ENV"
44
-
36
+
45
37
- name : Generate release notes
46
38
id : release-notes
47
39
uses : RedCrafter07/release-notes-action@31674bfa3a219e7c661fc0c5b7b3851c741b9965 # pin@v1.0.1
48
40
with :
49
- tag-name : " ${{ steps.calculate-version.outputs.version-string }}"
41
+ tag-name : " v ${{ steps.calculate-version.outputs.version-string }}"
50
42
token : " ${{ secrets.GITHUB_TOKEN }}"
51
43
52
44
- name : Create release
53
45
id : create-release
54
46
uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # pin@v2.2.1
55
47
with :
56
48
token : " ${{ secrets.GITHUB_TOKEN }}"
57
- name : " ${{ steps.calculate-version.outputs.version-string }}"
49
+ name : " v ${{ steps.calculate-version.outputs.version-string }}"
58
50
body : " ${{ steps.release-notes.outputs.release-notes }}"
59
- tag_name : " ${{ steps.calculate-version.outputs.version-string }}"
51
+ tag_name : " v ${{ steps.calculate-version.outputs.version-string }}"
60
52
draft : false
61
53
prerelease : false
You can’t perform that action at this time.
0 commit comments