Skip to content

Commit

Permalink
add step to create a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
joekolodz authored Sep 6, 2021
1 parent 175e6e5 commit b751368
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,15 @@ jobs:

- name: Create Setup
run: msbuild SierraHOTASSetup\SierraHOTASSetup.wixproj -m /p:Configuration=Release

- name: release
uses: actions/create-release@v1
id: create_release
with:
draft: false
prerelease: false
release_name: test release
tag_name: ${{ github.ref }}
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit b751368

Please sign in to comment.