remove broken flakestry github action

This has been throwing http 500 for a while.
This commit is contained in:
Jörg Thalheim
2025-05-08 20:26:39 +02:00
committed by Jörg Thalheim
parent 6ca7c94d6a
commit 85555d27de

View File

@@ -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 }}"