Skip to content

Commit

Permalink
ci: fix verify-release.yml fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Mar 5, 2024
1 parent 4d0353f commit c729508
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Verify Release

on:
workflow_dispatch:
pull_request:
push:
branches:
- release
Expand All @@ -13,7 +14,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
# ref: ${{ github.ref }}
ref: release
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit c729508

Please sign in to comment.