Upgrade softprops/action-gh-release
GitHub Action from 1 to 2 version (#1248)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ac6e60987f
commit
847a38a4c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -386,7 +386,7 @@ jobs:
|
|||
>> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create GitHub release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
name: ${{ steps.tag.outputs.group2 }} ${{ steps.tag.outputs.group3 }}
|
||||
body: |
|
||||
|
|
Loading…
Reference in a new issue