Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2 (#339)
Browse files Browse the repository at this point in the history
Bumps
[softprops/action-gh-release](https://github.com/softprops/action-gh-release)
from 1 to 2.

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] committed Mar 9, 2024
1 parent a7116ad commit 583efb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
run: echo "link=${{ github.server_url }}/${{ github.repository }}/blob/v${{ steps.release.outputs.version }}/CHANGELOG.md#$(sed -n '/^## ${{ steps.release.outputs.version }}/{s/^## \([^ ]*\) - \([0-9].*\)/\1---\2/;s/[^0-9a-z-]*//g;p;}' CHANGELOG.md)"
>> $GITHUB_OUTPUT

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
name: ${{ steps.release.outputs.version }}
body: |
Expand Down

0 comments on commit 583efb8

Please sign in to comment.