File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 repository_id : ${{ steps.create.outputs.repository_id }}
1313 steps :
1414 - id : create
15- uses : nexus-actions/create-nexus-staging-repo@v1.1
15+ uses : nexus-actions/create-nexus-staging-repo@990063f02160c633c168037b8b3e8585c76469fe # v1.3
1616 with :
1717 base_url : https://s01.oss.sonatype.org/service/local/
1818 username : ${{ secrets.SONATYPE_USERNAME }}
2222
2323 build-upload :
2424 needs : create-staging-repository
25- runs-on : macos -latest
25+ runs-on : ubuntu -latest
2626 env :
2727 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
2828 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 build-upload :
22- runs-on : macos -latest
22+ runs-on : ubuntu -latest
2323 steps :
2424 - name : Checkout
2525 uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
You can’t perform that action at this time.
0 commit comments