From 7f3c2d26779bab39a0c70f2b3461c426365f51ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:58:57 +0000 Subject: [PATCH] Bump SethCohen/github-releases-to-discord from 1.15.0 to 1.15.1 Bumps [SethCohen/github-releases-to-discord](https://github.com/sethcohen/github-releases-to-discord) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/sethcohen/github-releases-to-discord/releases) - [Changelog](https://github.com/SethCohen/github-releases-to-discord/blob/master/CHANGELOG.md) - [Commits](https://github.com/sethcohen/github-releases-to-discord/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: SethCohen/github-releases-to-discord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 18a0532..a8dfcab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - name: Post release to Discord - uses: SethCohen/github-releases-to-discord@v1.15.0 + uses: SethCohen/github-releases-to-discord@v1.15.1 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} color: "16753920"