From 2004e129397306ea10e2effad4864c03ed647f7f Mon Sep 17 00:00:00 2001 From: Renovate GitHub Bot Date: Mon, 11 Mar 2024 02:04:05 +0000 Subject: [PATCH 1/3] chore(deps): update softprops/action-gh-release action to v2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9d5619c..ca52a58d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: echo "is_prerelease=false" > $GITHUB_OUTPUT fi - name: Create GitHub release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2 with: body_path: release-notes.md prerelease: ${{ steps.prerelease.outputs.is_prerelease }} From 68217ec788ae516e87d369eae3afcc48e4b3707c Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Mon, 11 Mar 2024 10:20:47 +0800 Subject: [PATCH 2/3] specify action version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca52a58d..2a19275d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: echo "is_prerelease=false" > $GITHUB_OUTPUT fi - name: Create GitHub release - uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2 + uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2 with: body_path: release-notes.md prerelease: ${{ steps.prerelease.outputs.is_prerelease }} From daa4b0adc6c4a6f992d61e473ca6989a9e99197f Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Mon, 11 Mar 2024 10:21:18 +0800 Subject: [PATCH 3/3] update tempate --- .../workflows/release.yml.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja index 5ea492ae..884badd4 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja @@ -47,7 +47,7 @@ jobs: echo "is_prerelease=false" > $GITHUB_OUTPUT fi - name: Create GitHub release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2 with: body_path: release-notes.md prerelease: {{ '${{ steps.prerelease.outputs.is_prerelease }}' }}