Skip to content

Automatically release a new version of flyctl #1

Automatically release a new version of flyctl

Automatically release a new version of flyctl #1

Workflow file for this run

name: Automatically release a new version of flyctl
on:
schedule:
- cron: '0 20 * * MON-THU' # Runs at 3 PM Eastern Standard Time Monday Through Thursday (8 PM UTC)
jobs:
run_script:
runs-on: ubuntu-latest
steps:
- name: Checkout master branch
uses: actions/checkout@v3
with:
ref: master
- name: bump version
run: |
./scripts/force_bump_version.sh