Skip to content

Publish Release

Publish Release #8974

Workflow file for this run

name: Publish Release
on:
workflow_dispatch:
schedule:
- cron: '*/60 */2 * * *' # Every 2 hours
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
run: cd .scripts && sh ./package.sh
env:
AUTHOR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REVIEWER_TOKEN: ${{ secrets.AFRESHY_PAT }}