Skip to content

Commit 11cf9d8

Browse files
author
Jacek Gębal
committed
Update maven deployment settings
1 parent 284b304 commit 11cf9d8

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
3636
steps:
3737
- uses: actions/checkout@v4
38-
with:
39-
fetch-depth: 0
4038

4139
- name: Install utPLSQL
4240
run: .github/scripts/1_install_utplsql.sh
@@ -49,7 +47,7 @@ jobs:
4947
with:
5048
java-version: '17'
5149
distribution: 'temurin'
52-
server-id: ossrh
50+
server-id: central
5351
server-username: MAVEN_USERNAME
5452
server-password: MAVEN_PASSWORD
5553
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ jobs:
88
build:
99

1010
runs-on: ubuntu-latest
11+
env:
12+
UTPLSQL_VERSION: develop
13+
UTPLSQL_FILE: utPLSQL
14+
DB_URL: "//localhost:1521/FREEPDB1"
15+
DB_USER: APP
16+
DB_PASS: pass
1117

1218
services:
1319
oracle:
@@ -21,6 +27,7 @@ jobs:
2127
--health-interval 10s
2228
--health-timeout 5s
2329
--health-retries 10
30+
--name oracle
2431
2532
steps:
2633
- uses: actions/checkout@v4
@@ -36,7 +43,7 @@ jobs:
3643
with:
3744
java-version: '17'
3845
distribution: 'temurin'
39-
server-id: ossrh
46+
server-id: central
4047
server-username: MAVEN_USERNAME
4148
server-password: MAVEN_PASSWORD
4249
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)