Skip to content

Commit

Permalink
Push releases to FlakeHub
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 20, 2024
1 parent 8d3c064 commit c3c5dee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/flakehub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish on FlakeHub
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"

0 comments on commit c3c5dee

Please sign in to comment.