Skip to content

Commit

Permalink
Merge pull request #111 from svenfeld/master
Browse files Browse the repository at this point in the history
Add environment deploy to action
  • Loading branch information
schlichtig authored Jul 31, 2024
2 parents 1163377 + 42c2152 commit a3d7315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
environment: Deploy
name: Deployment in ${{ matrix.os }}
steps:
- name: Checkout source code
Expand All @@ -34,4 +35,4 @@ jobs:
env:
SIGN_KEY_PASS: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}

0 comments on commit a3d7315

Please sign in to comment.