Skip to content

Commit

Permalink
Update GitHub Actions versions (#23)
Browse files Browse the repository at this point in the history
* Update `softprops/action-gh-release` to `v2`
  • Loading branch information
Callum027 authored Apr 6, 2024
1 parent e339316 commit 02c04b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Generate release notes
run: antsibull-changelog generate ${{ github.ref_name }} --only-latest --output-format md --output RELEASENOTES.md
- name: Publish the GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: RELEASENOTES.md
files: callum027-palworld_dedicated_server-${{ github.ref_name }}.tar.gz
Expand Down

0 comments on commit 02c04b4

Please sign in to comment.