Skip to content

Commit

Permalink
chore: use major version of notify release action
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored Dec 23, 2021
1 parent 8aa7780 commit 09c1704
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: notify-release
on:
workflow_dispatch:
branches:
- main
schedule:
- cron: '30 8 * * *'
jobs:
setup:
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 }}

0 comments on commit 09c1704

Please sign in to comment.