Skip to content

Commit 01c089f

Browse files
authored
chore: use major version of notify release action
1 parent 6331d40 commit 01c089f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/notify-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: notify-release
22
on:
33
workflow_dispatch:
4-
branches:
5-
- master
64
schedule:
75
- cron: '30 8 * * *'
86
jobs:
97
setup:
108
runs-on: ubuntu-latest
119
steps:
12-
- uses: nearform/github-action-notify-release@v1.2.8
10+
- uses: nearform/github-action-notify-release@v1
1311
with:
1412
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)