Skip to content

Commit

Permalink
gh ations speed-up
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Apr 27, 2022
1 parent b91db2b commit 1b7e2ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
fail-fast: false
matrix:
os:
# - runner: macos-latest
# shell: bash
# - runner: windows-latest
# shell: msys2 {0}
# - runner: macos-latest
# shell: bash
# - runner: windows-latest
# shell: msys2 {0}
- runner: ubuntu-latest
shell: bash
steps:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
with:
name: dokka
path: |
**/build/dokka
build/dokka
release-Artefacts:
name: Release to ${{ matrix.repository.name }} on ${{ matrix.os.runner }}
Expand Down Expand Up @@ -146,10 +146,10 @@ jobs:
tasks: publishToSonatype closeSonatypeStagingRepository
enabled: ${{ github.event.inputs.skipMavenCentral != 'y' }}
os:
# - runner: macos-latest
# shell: bash
# - runner: windows-latest
# shell: msys2 {0}
# - runner: macos-latest
# shell: bash
# - runner: windows-latest
# shell: msys2 {0}
- runner: ubuntu-latest
shell: bash
steps:
Expand Down

0 comments on commit 1b7e2ac

Please sign in to comment.