Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Aug 1, 2024
1 parent be74959 commit 51be3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Check if tag ${{ inputs.release_version }} already exists. Exit pipeline if tag already exist.
run: |
git ls-remote --exit-code --tags origin ${{ inputs.release_version }} || exit 1
git ls-remote --exit-code --tags origin ${{ inputs.release_version }} && exit 1
- name: Debug content of current dir
run: |
Expand Down

0 comments on commit 51be3d3

Please sign in to comment.