Skip to content

Commit

Permalink
CI: Bump actions/actions-gh-release@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Feb 5, 2025
1 parent ae0d34f commit 21c9b57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
name: Linux archive
path: dist/*.tar.gz
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
with:
files: dist/*.tar.gz
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
with:
name: Debian Ubuntu DEB
path: dist/*.deb
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
with:
files: dist/*.deb
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
with:
name: Windows installer
path: dist/*.exe
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
with:
files: dist/*.exe
Expand All @@ -181,7 +181,7 @@ jobs:
with:
name: macOS package
path: dist/*.dmg
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
with:
files: dist/*.dmg

0 comments on commit 21c9b57

Please sign in to comment.