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 8e55d5a commit 08fcc52Copy full SHA for 08fcc52
.github/workflows/publish-github.yml
@@ -9,7 +9,7 @@ defaults:
9
10
jobs:
11
publish:
12
- runs-on: windows-latest
+ runs-on: ubuntu-latest
13
if: startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
14
steps:
15
- uses: actions/checkout@v3
.github/workflows/publish-maven.yml
0 commit comments