mirror of
https://github.com/pimalaya/himalaya.git
synced 2024-12-09 21:18:39 +03:00
16 lines
212 B
YAML
16 lines
212 B
YAML
name: Releases
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- v*
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
release:
|
|
uses: pimalaya/nix/.github/workflows/releases.yml@master
|
|
secrets: inherit
|
|
with:
|
|
project: himalaya
|