Skip to content

Commit

Permalink
remove checkout 0 and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 21, 2024
1 parent 14c7fb6 commit 537a304
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run GoReleaser
id: releaser
Expand All @@ -48,9 +46,3 @@ jobs:
echo $response
echo "The binary is working as expected."
fi
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.binary }}-${{ fromJson(steps.releaser.outputs.metadata).tag }}-${{ fromJson(steps.releaser.outputs.metadata).runtime.goos }}-${{ fromJson(steps.releaser.outputs.metadata).runtime.goarch }}
path: cmd/${{ matrix.binary }}/dist/*

0 comments on commit 537a304

Please sign in to comment.