Skip to content

Commit

Permalink
To hell with these loosy-goosy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Jun 6, 2024
1 parent 260ddc0 commit 183a887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
tag: v${{ steps.crate-version.outputs.version }}

- name: Fail if tag already exists
if: ${{ steps.check-tag.output.exists == 'true' }}
if: ${{ steps.check-tag.outputs.exists == 'true' }}
uses: actions/github-script@v3
with:
script: |
Expand Down

0 comments on commit 183a887

Please sign in to comment.