From c031ec7e06dcb54e4ac17707aa48c85a4b48db9b Mon Sep 17 00:00:00 2001 From: Simone Busoli Date: Thu, 23 Dec 2021 09:31:40 +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 ff12d57..c5cb099 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -1,8 +1,6 @@ name: notify-release on: workflow_dispatch: - branches: - - master 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.8 + uses: nearform/github-action-notify-release@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }}