Skip to content

Commit

Permalink
Add code checkout step to github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaldas Szentiks committed Nov 24, 2023
1 parent 7613eae commit 743f70a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
if: startsWith(github.ref, 'refs/heads/release/')
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Download Package / Artifact
if: ${{ inputs.releaseVersion != '' }}
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 743f70a

Please sign in to comment.