Skip to content

Commit

Permalink
Publish tags to flakehub
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Aug 30, 2023
1 parent 21be746 commit 9af3973
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/hub.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: Push to FlakeHub

name: Publish on FlakeHub
on:
push:
branches: [main]

tags:
- "v*.*.*"
jobs:
push:
runs-on: ubuntu-22.04
publish:
runs-on: "ubuntu-latest"
permissions:
id-token: write
contents: read
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-push@main
- uses: "actions/checkout@v3"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
visibility: hidden
rolling-prefix: "0.0"
visibility: "public"

0 comments on commit 9af3973

Please sign in to comment.