Comments and lint

Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
This commit is contained in:
Kristoffer Dalby
2023-04-28 10:55:39 +00:00
parent 3448a96b3b
commit d3ca64acd5
2 changed files with 5 additions and 7 deletions

View File

@@ -20,6 +20,6 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run goreleaser
run: nix develop --command -- goreleaser release --clean
run: nix develop --command -- "goreleaser release --clean --debug"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}