Skip to content

Commit 12fc205

Browse files
committed
attempt 4
1 parent 13f63be commit 12fc205

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ jobs:
2020
version: 1.0
2121
- name: configure
2222
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

Comments
 (0)