fixed release pipeline ref quoting

This commit is contained in:
k4yt3x 2022-04-01 06:27:15 +00:00
parent 65c0d32a51
commit 7215ee1921

View File

@ -6,7 +6,7 @@ on:
jobs:
setup:
if: github.event.base_ref == "refs/heads/master"
if: github.event.base_ref == 'refs/heads/master'
name: Setup
runs-on: ubuntu-latest
outputs: