mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-15 11:27:53 +08:00
17 lines
239 B
YAML
17 lines
239 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: nixos-25.11
|