mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-25 16:50:23 -04:00
ci/flakestry: automatically publish flake on Flakestry
This commit is contained in:
committed by
Gaétan Lepage
parent
05fcc7ebe1
commit
06d97a1b44
@@ -0,0 +1,16 @@
|
||||
name: "Publish every Git push to main to Flakestry"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
publish-flake:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: "write"
|
||||
contents: "read"
|
||||
steps:
|
||||
- uses: flakestry/flakestry-publish@main
|
||||
with:
|
||||
version: "${{ github.ref_name }}"
|
||||
Reference in New Issue
Block a user