Skip to content

Commit

Permalink
re-enable release push
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jul 11, 2023
1 parent 9f97146 commit 9ffd16e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
# https://github.com/softprops/action-gh-release
#- name: 📦 create release
# uses: softprops/action-gh-release@v1
# if: github.ref == 'refs/heads/master'
# with:
# tag_name: ${{ env.VERSION }}
# name: ${{ env.VERSION }}
# files: |
# bin/*.msi
# bin/*.zip
# body_path: final_notes.md
- name: 📦 create release
uses: softprops/action-gh-release@v1
if: github.ref == 'refs/heads/master'
with:
tag_name: ${{ env.VERSION }}
name: ${{ env.VERSION }}
files: |
bin/*.msi
bin/*.zip
body_path: final_notes.md

0 comments on commit 9ffd16e

Please sign in to comment.