chore(deps): update softprops/action-gh-release action to v2
All checks were successful
check-flake / build (push) Successful in 2m38s
check-flake / release (push) Successful in 12s

This commit was merged in pull request #32.
This commit is contained in:
2024-11-14 22:10:09 +00:00
parent 11fd98c16b
commit eb332e0123

View File

@@ -60,7 +60,7 @@ jobs:
run: cog changelog --at ${{ steps.release.outputs.version }} -t full_hash > GITHUB_CHANGELOG.md run: cog changelog --at ${{ steps.release.outputs.version }} -t full_hash > GITHUB_CHANGELOG.md
- name: Upload github release - name: Upload github release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
body_path: GITHUB_CHANGELOG.md body_path: GITHUB_CHANGELOG.md
tag_name: ${{ steps.release.outputs.version }} tag_name: ${{ steps.release.outputs.version }}