Skip to content

Commit

Permalink
Update release-drafter/release-drafter action to v5.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and shadycuz committed Nov 22, 2022
1 parent 51d2da4 commit 4bffbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
needs: [tag, publish]
steps:
- name: Create Draft Release
uses: release-drafter/release-drafter@v5.19.0
uses: release-drafter/release-drafter@v5.21.1
if: github.base_ref == 'develop'
with:
tag: ${{needs.tag.outputs.tag}}
Expand All @@ -82,7 +82,7 @@ jobs:

- name: Create Release
id: release_info
uses: release-drafter/release-drafter@v5.19.0
uses: release-drafter/release-drafter@v5.21.1
if: github.base_ref == 'master'
with:
tag: ${{needs.tag.outputs.tag}}
Expand Down

0 comments on commit 4bffbf4

Please sign in to comment.