1 parent 13f63be commit 12fc205Copy full SHA for 12fc205
1 file changed
.github/workflows/ubuntu.yml
@@ -20,3 +20,14 @@ jobs:
20
version: 1.0
21
- name: configure
22
run: ./RUNME --github
23
+ - name: release
24
+ uses: actions/create-release@v1
25
+ id: create_release
26
+ with:
27
+ draft: false
28
+ prerelease: false
29
+ release_name: ${{ steps.version.outputs.version }}
30
+ tag_name: ${{ github.ref }}
31
+ body_path: CHANGELOG.md
32
+ env:
33
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments