Skip to content

Publish Release

Publish Release #4441

Workflow file for this run

name: Publish Release
on:
workflow_dispatch:
schedule:
- cron: '* 0 * * *' # Every day at 0 hour
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Authorize
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
- name: Release
run: cd .scripts && sh ./package.sh