Skip to content

Commit

Permalink
Merge pull request #82 from sgratzl/dependabot/github_actions/dev/rel…
Browse files Browse the repository at this point in the history
…ease-drafter/release-drafter-6

build(deps): bump release-drafter/release-drafter from 5 to 6
  • Loading branch information
sgratzl authored Sep 29, 2024
2 parents 67ca1be + 361b26f commit 885309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "releasing ${{ steps.extract_version.outputs.version }} with tag ${{ steps.extract_version.outputs.npm_tag }}"
- name: Create Release
id: create_release
uses: release-drafter/release-drafter@v5
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 885309f

Please sign in to comment.