mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-02-01 03:01:58 -05:00
15 lines
281 B
YAML
15 lines
281 B
YAML
name: Github Release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- "*.*.*"
|
|
|
|
jobs:
|
|
call-release-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/release.yml@main
|
|
with:
|
|
tag: ${{ github.ref_name }}
|
|
flavor: "foss"
|
|
package_name: "org.fossify.notes"
|
|
secrets: inherit |