From 5b8cd09532d23b8947ce2a12d425f51b219cc202 Mon Sep 17 00:00:00 2001 From: Steven Carpenter Date: Sun, 2 Jun 2024 05:02:31 -0400 Subject: [PATCH] Delete .github/workflows/flakehub-publish-tagged.yml I did the wrong method sky was right --- .github/workflows/flakehub-publish-tagged.yml | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/flakehub-publish-tagged.yml diff --git a/.github/workflows/flakehub-publish-tagged.yml b/.github/workflows/flakehub-publish-tagged.yml deleted file mode 100644 index 83afe07..0000000 --- a/.github/workflows/flakehub-publish-tagged.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: "Publish tags to FlakeHub" -on: - push: - tags: - - "v?[0-9]+.[0-9]+.[0-9]+*" - workflow_dispatch: - inputs: - tag: - description: "The existing tag to publish to FlakeHub" - type: "string" - required: true -jobs: - flakehub-publish: - runs-on: "ubuntu-latest" - permissions: - id-token: "write" - contents: "read" - steps: - - uses: "actions/checkout@v3" - with: - ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}" - - uses: "DeterminateSystems/nix-installer-action@main" - - uses: "DeterminateSystems/flakehub-push@main" - with: - visibility: "unlisted" - name: "specCon18/YUNODO" - tag: "${{ inputs.tag }}"