Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Mar 13, 2024
1 parent da3f73e commit 6775848
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
needs_release: ${{ steps.repository_info.outputs.needs_release }}
version: ${{ steps.repository_info.outputs.VERSION }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup eli

uses: alis-is/setup-eli@v1
Expand Down

0 comments on commit 6775848

Please sign in to comment.