Skip to content

Commit

Permalink
ci: change checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus7474 committed Dec 13, 2024
1 parent 79aa7a0 commit ee41e0e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout source code
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.repository.default_branch }}

- name: Install archive tools
run: sudo apt install zip
Expand Down

0 comments on commit ee41e0e

Please sign in to comment.