mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix(ci): Fix typo in tag workflow
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
2
.github/workflows/tag.yaml
vendored
2
.github/workflows/tag.yaml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
export LC_CTYPE=C.UTF-8
|
||||
VERSION="${{ steps.tags.outputs.next || steps.tags.outputs.current }}"
|
||||
|
||||
nix-update --flake$ gocov-merger
|
||||
nix-update --flake gocov-merger
|
||||
nix-update --flake --version ${VERSION} cunicu
|
||||
nix-update --flake --version ${VERSION} scripts
|
||||
nix-update --flake --version ${VERSION} --subpackage yarnOfflineCache website
|
||||
|
Reference in New Issue
Block a user