Skip to content

Commit

Permalink
[chore] Update release creation options for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kastakin committed Nov 21, 2022
1 parent 8015b99 commit 094b04c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Create Release # Creates the release, assets will be added after building
id: create_release
uses: ncipollo/release-action@v1.11.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body_path: release_text.md
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
bodyFile: release_text.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-linux:
name: Build Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 094b04c

Please sign in to comment.