diff --git a/.drone.yaml b/.drone.yaml index 37d4009..be05d88 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -12,8 +12,9 @@ steps: - name: build & package image: golang:1.21 commands: - - sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d - - /bin/task package + - | + sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d + /bin/task package when: event: - tag