We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5958cf4 commit 198f6dfCopy full SHA for 198f6df
1 file changed
.github/workflows/publish-github.yml
@@ -4,7 +4,7 @@ on:
4
types: [published]
5
jobs:
6
publish:
7
- runs-on: windows-latest
+ runs-on: ubuntu-latest
8
if: startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
9
steps:
10
- uses: actions/checkout@v2
0 commit comments