mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Fix the condition for deploying to Chocolatey
This commit is contained in:
parent
f3bd9103ed
commit
647fc45fcf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -258,7 +258,7 @@ jobs:
|
||||
name: "Deploy Chocolatey"
|
||||
runs-on: windows-latest
|
||||
needs: [sanity_checks]
|
||||
if: "startsWith('refs/tags/', github.ref) && github.repository == 'sass/dart-sass'"
|
||||
if: "startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/dart-sass'"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user