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 2d192e8 commit e8b9717Copy full SHA for e8b9717
.github/workflows/daily.yml
@@ -22,7 +22,7 @@ jobs:
22
publish-snapshot:
23
needs: ["check-last-run"]
24
if: "${{ needs.check-last-run.outputs.last_sha != github.sha }}"
25
- runs-on: "ubuntu-latest"
+ runs-on: "macos-latest"
26
permissions:
27
packages: "write"
28
steps:
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
publish-maven:
10
- runs-on: ubuntu-latest
+ runs-on: macos-latest
11
environment:
12
name: "maven-central"
13
url: "https://central.sonatype.com/namespace/dev.sargunv.pokekotlin"
@@ -27,7 +27,7 @@ jobs:
publish-pages:
needs:
29
- "publish-maven"
30
31
32
pages: "write"
33
id-token: "write"
0 commit comments