Skip to content

Commit

Permalink
Explicitly add the publishing environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottweaver committed Jul 6, 2022
1 parent 765a8c6 commit e29d397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:

publish:
runs-on: ubuntu-20.04
environment: SONATYPE_PUBLISHING
needs: [lint, test]
if: github.ref_type == 'tag'
steps:
Expand Down

0 comments on commit e29d397

Please sign in to comment.