1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-06 00:26:04 +02:00

Publish to FlakeHub

This commit is contained in:
Luc Perkins 2023-08-22 11:09:06 -07:00 committed by GitHub
parent cf33f63acc
commit 260b240e92
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
on:
push:
tags:
- "v*.*.*"
jobs:
publish:
runs-on: "ubuntu-latest"
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v3"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
visibility: "public"