15 lines
262 B
YAML
15 lines
262 B
YAML
name: release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- '*'
|
|
|
|
jobs:
|
|
checkout:
|
|
runs-on: fedora-cloud-42
|
|
# container: git.phyllo.me/roots/fedora-iso-creation:42
|
|
steps:
|
|
- uses: https://git.phyllo.me/actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0 |