wip: github action

This commit is contained in:
Frank 2025-07-20 13:07:48 -04:00
parent 811b22367d
commit af2c0b3695
3 changed files with 7 additions and 1 deletions

View file

@ -5,11 +5,13 @@ on:
push:
tags:
- "github-v*.*.*"
- "!github-v1"
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
workflows: write
jobs:
publish: