Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Aug 1, 2024
1 parent 4f6182a commit fe0148d
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 }} && ( echo "FAILURE: Tag ${{ inputs.release_version}} already exists!" ; exit 1 )
git ls-remote --exit-code --tags origin \'${{ inputs.release_version }}\' && ( echo "FAILURE: Tag ${{ inputs.release_version}} already exists!" ; exit 1 )
- name: Debug content of current dir
run: |
Expand Down

0 comments on commit fe0148d

Please sign in to comment.