Skip to content

Commit

Permalink
release sign
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 22, 2023
1 parent 6669711 commit 9559276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

release:
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [build, scan]
steps:
Expand All @@ -77,6 +77,7 @@ jobs:
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- id: publish
run: mvn --batch-mode --no-transfer-progress deploy -Prelease
env:
Expand Down

0 comments on commit 9559276

Please sign in to comment.