Skip to content

Commit

Permalink
Merge pull request #428 from bioimage-io/bump_release_drafter
Browse files Browse the repository at this point in the history
bump release-drafter action
  • Loading branch information
FynnBe authored Oct 24, 2024
2 parents ea65ead + f9bf7c7 commit 646546f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
update-release-draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.15.0
- uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
packages_dir: dist/

- name: Publish the release notes
uses: release-drafter/release-drafter@v5.22.0
uses: release-drafter/release-drafter@v6.0.0
with:
publish: "${{ steps.tag-version.outputs.new_tag != '' }}"
tag: "${{ steps.tag-version.outputs.new_tag }}"
Expand Down

0 comments on commit 646546f

Please sign in to comment.