Skip to content

Commit

Permalink
Merge pull request #96 from akunzai/dependabot/github_actions/softpro…
Browse files Browse the repository at this point in the history
…ps/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
akunzai authored Apr 1, 2024
2 parents afa7615 + 5bca07f commit e005668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Pre-release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && (contains(github.ref,'dev') || contains(github.ref,'beta') || contains(github.ref,'alpha') || contains(github.ref,'rc'))
with:
prerelease: true
generate_release_notes: true
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && !(contains(github.ref,'dev') || contains(github.ref,'beta') || contains(github.ref,'alpha') || contains(github.ref,'rc'))
with:
generate_release_notes: true

0 comments on commit e005668

Please sign in to comment.