Skip to content

Commit

Permalink
Merge pull request #1991 from fumiama/dev
Browse files Browse the repository at this point in the history
fix(goreleaser): git rev-list --count master
  • Loading branch information
Mrs4s committed Mar 18, 2023
2 parents 1815ed7 + 5d492c7 commit ddfe24f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
run: |
git version
git clone https://github.com/Mrs4s/go-cqhttp.git /home/runner/work/go-cqhttp/go-cqhttp
- name: Set up Go
uses: actions/setup-go@v3
Expand All @@ -23,7 +23,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ddfe24f

Please sign in to comment.