We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4312ec2 commit 24e799dCopy full SHA for 24e799d
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
id: check
21
latest:
22
name: Publish Latest
23
- runs-on: windows-latest
+ runs-on: ubuntu-latest
24
needs: check
25
if: contains(github.ref, 'master') && needs.check.outputs.changed == 'true' && needs.check.outputs.beta != 'true'
26
steps:
0 commit comments