From 8450736deb030a1eb75117716f861468cc2049ef Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Wed, 1 Nov 2023 18:10:26 -0700 Subject: [PATCH] admin: Fix typo in slack-release-notifier version (#4046) Signed-off-by: Larry Gritz --- .github/workflows/release-notice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notice.yml b/.github/workflows/release-notice.yml index 7bf93392cc..c599ff6074 100644 --- a/.github/workflows/release-notice.yml +++ b/.github/workflows/release-notice.yml @@ -15,4 +15,4 @@ jobs: id: slack with: slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_RELEASES_URL }} - uses: fedecalendino/slack-release-notifier@2.1.0 + uses: fedecalendino/slack-release-notifier@v2.1.0