mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
17 lines
240 B
YAML
17 lines
240 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
|
|
nixpkgs: staging-next
|