Skip to content

Update Repository

Update Repository #1

Workflow file for this run

name: Update Repository
on:
release:
types: [published]
jobs:
build:
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v3