Skip to content

flakehub: don't attempt to publish latest tag. #5

flakehub: don't attempt to publish latest tag.

flakehub: don't attempt to publish latest tag. #5

Workflow file for this run

name: "Publish tags to FlakeHub"
on:
push:
tags:
- "v?[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:
inputs:
tag:
description: "The existing tag to alias as latest"
type: "string"
required: true
jobs:
tag-latest:
- name: Run latest-tag

Check failure on line 14 in .github/workflows/tag-latest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tag-latest.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
uses: EndBug/latest-tag@latest