Changed to single-quotes.

This commit is contained in:
Andrew Lalis 2024-01-01 20:59:54 -05:00
parent 216cd640da
commit 770adab863
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ jobs:
run: mvn -B verify --file pom.xml run: mvn -B verify --file pom.xml
- name: Release If Tagged Main - name: Release If Tagged Main
if: ${{ github.ref_name == "main" }} if: ${{ github.ref_name == 'main' }}
run: echo "Push to main!" run: echo "Push to main!"