We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfbc21 commit 5fb3ddcCopy full SHA for 5fb3ddc
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
# Run a dry-run on pushes to any branch
9
branches:
10
- "**"
11
-
+
12
pull_request:
13
types: [opened, synchronize]
14
@@ -40,6 +40,12 @@ jobs:
40
uses: stateful/vscode-server-action@v1
41
with:
42
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
49
50
# This step runs ONLY on branch pushes (dry-run)
51
- name: Run Release Dry-Run (Verify)
0 commit comments