Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/scheduled-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Scheduled Release

on:
#schedule:
# - cron: '0 9 * * FRI'
schedule:
- cron: '0 9 * * FRI'
workflow_dispatch:

permissions: {}
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh workflow run publish-release.yml --field draft=true
gh workflow run publish-release.yml --field draft=false