Skip to content

ci: add release workflow #1

ci: add release workflow

ci: add release workflow #1

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
uses: dariocurr/.github/.github/workflows/tracking_release.yml@main
secrets: inherit
with:
action_to_track: actions/checkout