From c3aeaa70d28f80fee37c46be5946668124725844 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:04:00 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 | datasource | package | from | to | | ----------- | --------------------------- | ---- | -- | | github-tags | softprops/action-gh-release | v1 | 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 e42a4ffb..4aba42e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: run: npm run package - name: Publish to Github - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ format('v{0}', env.bump_version) }} name: ${{ format('OpenTitles v{0}', env.bump_version) }}