Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent d01195b commit cfbc8d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
id: create_release

Expand All @@ -33,7 +33,7 @@ jobs:
buildPreset: ninja-multi-vcpkg
buildPresetAdditionalArgs: "['--config Release']"
- name: Upload release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
tag_name: ${{ needs.create_release.outputs.tag-name }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
export LDFLAGS="${CFLAGS}"
runbuild_clsv
- name: Upload release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
tag_name: ${{ needs.create_release.outputs.tag-name }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
export LDFLAGS="${CFLAGS}"
runbuild_clsv
- name: Upload release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
tag_name: ${{ needs.create_release.outputs.tag-name }}
Expand Down

0 comments on commit cfbc8d5

Please sign in to comment.