1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

ci: fix generate job

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2025-09-12 00:23:57 -03:00
parent 485c60bc32
commit 9b5bb67792
2 changed files with 0 additions and 14 deletions

View File

@@ -36,7 +36,6 @@ jobs:
- run: task docs:generate
- run: task schema:generate
- run: task nix:licenses:generate
- run: task nix:flake:update
- run: task schema:validate
- run: "git pull"
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v5

View File

@@ -78,19 +78,6 @@ tasks:
cmds:
- task: ci
nix:flake:build:
desc: build goreleaser using the nix flake
cmds:
- task: nix:flake:update-vendor
- nix build .
nix:flake:update:
desc: update flake.lock
cmds:
- nix flake update
generates:
- flake.lock
nix:licenses:generate:
desc: Generate nix/licenses.go
cmds: