From fa09332c7e167de98b899a00caeb67324a5e04bf Mon Sep 17 00:00:00 2001 From: Tulili Date: Mon, 19 Feb 2024 00:24:06 -0300 Subject: [PATCH] refactor(flakehub): move to rolling model --- .github/workflows/flakehub-release.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flakehub-release.yml b/.github/workflows/flakehub-release.yml index 3567218..f246c25 100644 --- a/.github/workflows/flakehub-release.yml +++ b/.github/workflows/flakehub-release.yml @@ -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" +