We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1040ea4 commit eeac8f9Copy full SHA for eeac8f9
.github/workflows/script.yml
@@ -6,7 +6,7 @@ on:
6
- cron: '0 0 * * *'
7
push:
8
branches:
9
- - action
+ - releaseNow
10
11
jobs:
12
run-node-script:
@@ -91,4 +91,4 @@ jobs:
91
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
92
-H "Content-Type: application/json" \
93
--data '{"draft": false}' \
94
- "https://api.github.com/repos/${{ github.repository }}/releases/$release_id"
+ "https://api.github.com/repos/${{ github.repository }}/releases/$release_id"
0 commit comments