diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7432888..dc4cd7b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -49,3 +49,13 @@ jobs: --release true \ --signed true fi + - name: Create GitHub Release + id: create_gh_release + uses: actions/create-release@v1.1.4 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + with: + tag_name: ${{ github.ref }} + release_name: ${{ github.ref }} + body: + draft: false