Skip to content

Commit ad40a13

Browse files
committed
chore: github-action, triggering the release
Signed-off-by: Sun Seng David TAN <[email protected]>
1 parent 54b838d commit ad40a13

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

+13
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,16 @@ jobs:
4848
env:
4949
GITHUB_ACTOR: ${{ github.actor }}
5050
GITHUB_TOKEN: ${{ github.token }}
51+
52+
- name: Create Release
53+
id: create_release
54+
uses: actions/create-release@v1
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.PAT }}
57+
with:
58+
tag_name: ${{ github.event.inputs.releaseVersion }}
59+
release_name: Release ${{ github.event.inputs.releaseVersion }}
60+
draft: false
61+
prerelease: false
62+
63+

0 commit comments

Comments
 (0)