Skip to content

Commit

Permalink
Add base_url to publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Jul 18, 2021
1 parent 2bcf0f6 commit ebb561c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
password: ${{ secrets.SONATYPE_PASSWORD }}
staging-profile-id: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
description: Created by GitHub Actions
base_url: https://s01.oss.sonatype.org/service/local/
metadata-publish:
name: Publish Metadata
runs-on: ubuntu-latest
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
username: arkivanov
password: ${{ secrets.SONATYPE_PASSWORD }}
staging_repository_id: ${{ needs.create-staging-repository.outputs.repository-id }}
base_url: https://s01.oss.sonatype.org/service/local/
close_only: 'true'
linux-check-publication:
name: Check publication on Linux
Expand Down

0 comments on commit ebb561c

Please sign in to comment.