From 3cc539d6126f898a1281ba856a97679ff07bb7ed Mon Sep 17 00:00:00 2001 From: Thibaut S <33178835+Tbaut@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:12:43 +0100 Subject: [PATCH 1/2] bump publish action --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb80757..746e4f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,12 +35,12 @@ jobs: - name: Create Release if: "contains(github.ref, steps.package.outputs.version)" # only works if tag contains correct package.version - uses: actions/create-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + name: Release ${{ github.ref }} body: ${{ github.event.head_commit.message }} draft: false prerelease: false From 2df2ab5b91cd4aa9e44827b9d124963fcdbfb988 Mon Sep 17 00:00:00 2001 From: Thibaut S <33178835+Tbaut@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:14:45 +0100 Subject: [PATCH 2/2] v3 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 746e4f4..044d0ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: - name: Create Release if: "contains(github.ref, steps.package.outputs.version)" # only works if tag contains correct package.version - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: