diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9468a4..ef37510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -256,7 +256,7 @@ jobs: continue-on-error: true - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: dist/* generate_release_notes: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f72a26..8fe33e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: dist/* body: ${{ steps.release_notes.outputs.RELEASE_NOTES }}