Skip to content

Commit

Permalink
Added release branch name, because it is not master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeaninev committed Apr 10, 2023
1 parent cce1585 commit aa4bd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
maven-args: "-Dmaven.javadoc.skip=true -DskipTests -DskipITs -Ddockerfile.skip -DdockerCompose.skip -Dmaven.deploy.skip=true"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
maven-servers: '[{"id": "serverId1", "username": "username", "password": "password", "privateKey": "test", "passphrase": "testes"}, {"id": "serverId2", "username": "username2", "password": "password2"}]'
release-branch-name: main

gpg-enabled: true
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
Expand Down

0 comments on commit aa4bd20

Please sign in to comment.