diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c8ffe5..d56c78e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "ShieldCode ${{ github.ref_name }}" body: ${{ steps.changelog.outputs.notes }}