From 09c1704e2200f61998262f6660e8f3c26d517f40 Mon Sep 17 00:00:00 2001 From: Simone Busoli Date: Thu, 23 Dec 2021 10:01:06 +0100 Subject: [PATCH] chore: use major version of notify release action --- .github/workflows/notify-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index b58efae9..86c51dd4 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -1,8 +1,6 @@ name: notify-release on: workflow_dispatch: - branches: - - main schedule: - cron: '30 8 * * *' jobs: @@ -10,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify release - uses: nearform/github-action-notify-release@v1.2.7 + uses: nearform/github-action-notify-release@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }}