Skip to content

Commit

Permalink
fix: Use checkout action again
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jun 17, 2024
1 parent 866de65 commit b9f05f4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ jobs:
fail-fast: false
runs-on: ubuntu-20.04
steps:
- name: checkout
run: |
# can't use actions/checkout here as transferring the shallow clone fails when using upload-/download-artifact
git clone https://token:[email protected]/$GITHUB_REPOSITORY . --depth=1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit b9f05f4

Please sign in to comment.