Skip to content

Commit

Permalink
💚 Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 23, 2023
1 parent 38947e6 commit fdb1c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
release-preview:
name: 🛰️ Release Preview
needs: check-code-quality
if: ${( !startsWith(github.ref, 'refs/tags/') )}
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit fdb1c1e

Please sign in to comment.