Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
refactor(flakehub): move to rolling model
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Feb 19, 2024
1 parent 18dfc3a commit fa09332
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/flakehub-release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@

name: "Publish every Git push to main to FlakeHub"
on:
push:
tags:
- "*.*.*"
branches:
- "main"
jobs:
publish:
flakehub-publish:
runs-on: "ubuntu-latest"
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v3"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "ublue-os/bext"
rolling: true
visibility: "public"

0 comments on commit fa09332

Please sign in to comment.