Skip to content

Commit

Permalink
actions: change release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobas committed Nov 23, 2022
1 parent 7a7217e commit 4838a03
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,15 @@ jobs:
writeToFile: false
includeInvalidCommits: true
- name: release
uses: actions/create-release@v1
uses: ncipollo/release-action@v1.11.2
id: create_release
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
body_path: ${{ steps.changelog.outputs.changes }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
allow_updates: true
tag: ${{ github.ref }}
body: ${{ steps.changelog.outputs.changes }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: upload ubuntu 22.04 artifact
uses: actions/upload-release-asset@v1.0.2
with:
Expand Down

0 comments on commit 4838a03

Please sign in to comment.