Skip to content

Commit

Permalink
Chore: Upgrade gh release action (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran authored Jul 5, 2024
2 parents cf0ab22 + 08b0344 commit 10e3d6e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,11 @@ jobs:
- name: Create release
id: create_release
if: ${{ steps.existing_release.outputs.is_new == 'true' }}
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ matrix.crate }}-${{ steps.release_info.outputs.version }}
release_name: ${{ matrix.crate }}-${{ steps.release_info.outputs.version }}
body_path: ./draft-changes.md
tag_name: ${{ matrix.crate }}-${{ steps.release_info.outputs.version }}
name: ${{ matrix.crate }}-${{ steps.release_info.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
prerelease: ${{ steps.release_info.outputs.is_prerelease }}

0 comments on commit 10e3d6e

Please sign in to comment.