Skip to content

Commit

Permalink
fix(goreleaser): checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Mar 18, 2023
1 parent e6e30c0 commit 98c2a22
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
git version
ls -hl
git config --global --add safe.directory /home/runner/work/go-cqhttp/go-cqhttp
git init /home/runner/work/go-cqhttp/go-cqhttp
cd /home/runner/work/go-cqhttp/go-cqhttp
git remote add origin https://github.com/Mrs4s/go-cqhttp
git config --local gc.auto 0
git pull origin master
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 98c2a22

Please sign in to comment.