mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
remove quotes from command (#1742)
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
0333e97630
commit
905fdaa409
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user