Changed to single-quotes.
This commit is contained in:
parent
216cd640da
commit
770adab863
|
@ -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!"
|
||||||
|
|
Loading…
Reference in New Issue