From 3e6253d5cb8feab031053ac1e0324ad4bfa75f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:23:54 +0000 Subject: [PATCH] ci(deps): bump softprops/action-gh-release in the github-actions group Bumps the github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 3 to 3.0.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v3...v3.0.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 43c557c..b698c8a 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -362,7 +362,7 @@ jobs: # ... to an immutable release" partway through the upload — softprops' # own hint is exactly this: "keep the release as a draft with # draft: true, then publish it later from that draft." - uses: softprops/action-gh-release@v3 + uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ inputs.tag }} # Pin the tag to the commit that was actually built, not whatever