Skip to content

Commit eeac8f9

Browse files
committed
ci: push to releaseNow branch to run action now
1 parent 1040ea4 commit eeac8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/script.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: '0 0 * * *'
77
push:
88
branches:
9-
- action
9+
- releaseNow
1010

1111
jobs:
1212
run-node-script:
@@ -91,4 +91,4 @@ jobs:
9191
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
9292
-H "Content-Type: application/json" \
9393
--data '{"draft": false}' \
94-
"https://api.github.com/repos/${{ github.repository }}/releases/$release_id"
94+
"https://api.github.com/repos/${{ github.repository }}/releases/$release_id"

0 commit comments

Comments
 (0)