Skip to content

Commit

Permalink
chore(deps): bump softprops/action-gh-release from 1 to 2 (#5173)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent a26195e commit a88c3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Create GitHub release (release)
if: ${{ !inputs.prerelease }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Dafny ${{ inputs.name }}
tag_name: ${{ inputs.tag_name }}
Expand All @@ -162,7 +162,7 @@ jobs:
# This step is separate from the release one because the refman is omitted
- name: Create GitHub release (prerelease)
if: ${{ inputs.prerelease }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Dafny ${{ inputs.name }}
tag_name: ${{ inputs.tag_name }}
Expand Down

0 comments on commit a88c3e4

Please sign in to comment.