2
0
Fork 0

Fix glob pattern in workflow tag filter

This commit is contained in:
Dee Anzorge 2023-12-03 05:36:25 +01:00
parent 91557f3e33
commit 7111c4d988

View file

@ -2,7 +2,7 @@ name: "Publish a flake to flakestry"
on: on:
push: push:
tags: tags:
- "v?[0-9]+\.[0-9]+\.[0-9]+-nix[0-9]+" - "v[0-9]+.[0-9]+.[0-9]+-nix[0-9]+"
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag: