diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18df739..3205066 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: HandForge ${{ steps.tag.outputs.version }} body: ${{ steps.changelog.outputs.notes }}