Skip to content

Commit ccc2496

Browse files
committed
chore: remove debug step from build workflow
1 parent ec1559b commit ccc2496

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
with:
2828
version: latest
2929
args: build --clean --debug --single-target --snapshot
30-
- run: echo metadata && echo "$METADATA" && echo artifacts && echo "$ARTIFACTS"
31-
env:
32-
METADATA: ${{steps.goreleaser.outputs.metadata}}
33-
ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
3430
- name: Login to GHCR
3531
if: github.actor != 'dependabot[bot]'
3632
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0

0 commit comments

Comments
 (0)