github-workflows/flakehub: try workaround for accepted version format

This commit is contained in:
WilliButz 2023-09-11 21:32:32 +02:00
parent 0fa7dd5ac7
commit e298bde8c0
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA

View file

@ -9,6 +9,10 @@ on:
description: "The existing tag to publish to FlakeHub" description: "The existing tag to publish to FlakeHub"
type: "string" type: "string"
required: true required: true
version:
description: "The version to publish to FlakeHub"
type: "string"
required: true
jobs: jobs:
flakehub-publish: flakehub-publish:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
@ -24,4 +28,4 @@ jobs:
with: with:
visibility: "unlisted" visibility: "unlisted"
name: "mayflower/authentik-nix" name: "mayflower/authentik-nix"
tag: "${{ inputs.tag }}" tag: "${{ inputs.version }}"