Skip to content

Commit

Permalink
Update dependabot-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Aug 28, 2023
1 parent a8d14cb commit 0664289
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/dependabot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ncipollo/release-action@v1
with:
tag_name: ${{ steps.create_tag.outputs.new_tag }}
release_name: Release ${{ steps.create_tag.outputs.new_tag }}
body: |
Changes in this Release
${{ github.event.pull_request.body }}
body: "Changes in this Release\n${{ github.event.pull_request.body }}"
tag: ${{ steps.create_tag.outputs.new_tag }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0664289

Please sign in to comment.