Fix glob pattern in workflow tag filter
This commit is contained in:
parent
91557f3e33
commit
7111c4d988
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flakestry-publish.yaml
vendored
2
.github/workflows/flakestry-publish.yaml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue