Skip to content

Commit 9897495

Browse files
Update release.yaml
1 parent c73d53e commit 9897495

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/release.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,16 @@ jobs:
6565
repo: context.repo.repo,
6666
ref: "refs/tags/stable",
6767
sha: context.sha
68-
})
68+
})
69+
70+
create-release:
71+
runs-on: ubuntu-latest
72+
steps:
73+
- name: Github Release
74+
# You may pin to the exact commit or the version.
75+
# uses: elgohr/Github-Release-Action@ca832ba34444ca850517764d948a8fb0e16c5747
76+
uses: elgohr/Github-Release-Action@v4
77+
with:
78+
# The name of the release to publish
79+
title: ${{ env.NEW_TAG }}
80+

0 commit comments

Comments
 (0)