Skip to content

Commit

Permalink
fix bug for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwq committed Feb 2, 2024
1 parent ce4dfad commit 7395b82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: checkout
uses: actions/checkout@master
with:
ref: master
fetch-depth: 0 # To get all tags
ref: ${{ github.head_ref }}

# - name: Set up Go
# uses: actions/setup-go@master
Expand Down

0 comments on commit 7395b82

Please sign in to comment.