mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
fixed release pipeline ref quoting
This commit is contained in:
parent
65c0d32a51
commit
7215ee1921
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user