Skip to content

Commit

Permalink
fix release workflow (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepuppy authored Mar 1, 2024
1 parent b17ab64 commit 6dd3976
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Git
run: |
git config user.name "github-actions"
git config user.email "[email protected]"
token: ${{ secrets.WORKFLOW_TOKEN }}

- name: Fetch all history
run: git fetch --unshallow || git fetch --all
Expand Down

0 comments on commit 6dd3976

Please sign in to comment.