diff --git a/.github/workflows/flakehub-publish-tagged.yml b/.github/workflows/flakehub-publish-tagged.yml deleted file mode 100644 index 600c865..0000000 --- a/.github/workflows/flakehub-publish-tagged.yml +++ /dev/null @@ -1,16 +0,0 @@ -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" diff --git a/.github/workflows/flakestry.yaml b/.github/workflows/flakestry.yaml deleted file mode 100644 index 58660af..0000000 --- a/.github/workflows/flakestry.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: "Publish a flake to flakestry" -on: - push: - tags: - - "v?[0-9]+.[0-9]+.[0-9]+" - - "v?[0-9]+.[0-9]+" - workflow_dispatch: - inputs: - tag: - description: "The existing tag to publish" - type: "string" - required: true -jobs: - publish-flake: - runs-on: ubuntu-latest - permissions: - id-token: "write" - contents: "read" - steps: - - uses: flakestry/flakestry-publish@main - with: - version: "${{ inputs.tag || github.ref_name }}"