Skip to content

Commit 5fb3ddc

Browse files
committed
update
1 parent cbfbc21 commit 5fb3ddc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# Run a dry-run on pushes to any branch
99
branches:
1010
- "**"
11-
11+
1212
pull_request:
1313
types: [opened, synchronize]
1414

@@ -40,6 +40,12 @@ jobs:
4040
uses: stateful/vscode-server-action@v1
4141
with:
4242
timeout: 3000000
43+
env:
44+
SERVER_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
45+
SERVER_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
46+
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
47+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
48+
4349

4450
# This step runs ONLY on branch pushes (dry-run)
4551
- name: Run Release Dry-Run (Verify)

0 commit comments

Comments
 (0)