diff options
author | 2024-03-11 16:14:44 -0400 | |
---|---|---|
committer | 2024-03-11 16:14:44 -0400 | |
commit | 5a1995c808265bd0d15f8ee81afb76abb834536f (patch) | |
tree | d83f690273260a37406c51a403d49a1cb73ef431 | |
parent | 7525a19e392f5db108c94a524d9c0a9d0786a2be (diff) | |
download | coredns-5a1995c808265bd0d15f8ee81afb76abb834536f.tar.gz coredns-5a1995c808265bd0d15f8ee81afb76abb834536f.tar.zst coredns-5a1995c808265bd0d15f8ee81afb76abb834536f.zip |
build(deps): bump softprops/action-gh-release from 1 to 2 (#6544)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 264812913..64b1b7209 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: cat release.md sha256sum release/*.tgz - name: Draft release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: release.md name: v${{ steps.info.outputs.version }} |