Skip to content

Commit

Permalink
Merge pull request #10 from aplura/next
Browse files Browse the repository at this point in the history
Fri Jun  7 12:19:12 EDT 2024 GitHubAction for Release
  • Loading branch information
alacercogitatus authored Jun 7, 2024
2 parents b887b2e + facdf52 commit ec9f13a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ jobs:
run: python -m build --wheel
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
uses: softprops/action-gh-release@v2
with:
artifacts: "dist/*"
files: "dist/*"
tag_name: ${{ steps.version.outputs.output }}
release_name: Release ${{ steps.version.outputs.output }}
body: |
${{ steps.releaseNotes.outputs.output }}
draft: false
prerelease: false
prerelease: false
make_latest: true

0 comments on commit ec9f13a

Please sign in to comment.