Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
checkout change
Browse files Browse the repository at this point in the history
  • Loading branch information
techierishi committed Jan 31, 2024
1 parent 55c8ae8 commit 329677c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Create release draft
run: |
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
Expand Down

0 comments on commit 329677c

Please sign in to comment.