mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-04 03:50:30 +00:00
19 lines
268 B
YAML
19 lines
268 B
YAML
name: Tagged Release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- "v*.*.*"
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: write
|
|
packages: write
|
|
|
|
jobs:
|
|
call-reusable-release:
|
|
uses: ./.github/workflows/reusable-release.yml
|
|
with:
|
|
snapshot: false
|
|
secrets: inherit
|