summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 18:29:51 +0000
committerGitHub <noreply@github.com>2024-03-11 18:29:51 +0000
commit201a533b4d2523acad8cddd56a85a99dfa5aef70 (patch)
tree30fcda8ee1ebee0b1555dbb384d829d78cf56b21
parentc073412b49002ff75bf67fac1c3e59560135a51b (diff)
downloadqutebrowser-dependabot/github_actions/softprops/action-gh-release-2.tar.gz
qutebrowser-dependabot/github_actions/softprops/action-gh-release-2.zip
build(deps): bump softprops/action-gh-release from 1 to 2dependabot/github_actions/softprops/action-gh-release-2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9a751591f..aa8b3b2ef 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -117,7 +117,7 @@ jobs:
git push --set-upstream origin v${{ steps.bump.outputs.version_x }}
- name: Create GitHub draft release
id: create-release
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
with:
tag_name: v${{ steps.bump.outputs.version }}
draft: true