Skip to content

Commit 7a47f8f

Browse files
committed
Automate release creation
1 parent 334a572 commit 7a47f8f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Release Tag
1+
name: Create Release
22

33
on:
44
workflow_dispatch:
@@ -21,7 +21,5 @@ jobs:
2121
id: gitversion
2222
uses: gittools/actions/gitversion/execute@v4
2323

24-
- name: Create and Push Tag
25-
run: |
26-
git tag ${{ steps.gitversion.outputs.majorMinorPatch }}
27-
git push origin ${{ steps.gitversion.outputs.majorMinorPatch }}
24+
- name: Create Release
25+
run: gh release create ${{ steps.gitversion.outputs.majorMinorPatch }} --generate-notes

0 commit comments

Comments
 (0)