Skip to content

Commit

Permalink
fixed lack of checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 29, 2023
1 parent b7f0472 commit 7026b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
with:
tag: ${{ needs.test-versions.outputs.version }}
- run: echo ${{ steps.checkTag.outputs.exists }}
- uses: actions/[email protected]
- name: Tag version and create release
if: steps.checkTag.outputs.exists == 'false'
run: gh release create $VERSION --generate-notes
Expand Down

0 comments on commit 7026b5f

Please sign in to comment.