Skip to content

Commit

Permalink
chore(ci): bump to softprops/action-gh-release@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
moetayuko committed Apr 14, 2024
1 parent 2a81cd9 commit fc2eb29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
needs: [build_dsm, build_pve]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand All @@ -133,7 +135,7 @@ jobs:
done
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: |
Expand Down

0 comments on commit fc2eb29

Please sign in to comment.