Skip to content

Commit c161f1e

Browse files
authored
add releases to tags (#362)
1 parent db74d52 commit c161f1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/auto-release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ jobs:
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
default_bump: minor
33+
- name: Create a GitHub release
34+
uses: actions/create-release@v1
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
with:
38+
tag_name: ${{ steps.tag_version.outputs.new_tag }}
39+
release_name: Release ${{ steps.tag_version.outputs.new_tag }}

0 commit comments

Comments
 (0)