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 5dcef7e commit 758056dCopy full SHA for 758056d
.github/workflows/build-with-release-profile.yml
@@ -6,7 +6,7 @@ name: Build with '-Prelease'
6
on:
7
# Handle all branches for now
8
push:
9
- pull_request:
+ pull_request_target:
10
workflow_dispatch:
11
12
# Only run the latest job
@@ -47,7 +47,7 @@ jobs:
47
mkdir -p ~/.m2
48
echo "<settings><servers><server><id>central-a2asdk-temp</id><username>${{ secrets.CENTRAL_TOKEN_USERNAME }}</username><password>${{ secrets.CENTRAL_TOKEN_PASSWORD }}</password></server></servers></settings>" > ~/.m2/settings.xml
49
50
- # Deploy to Maven Central
+ # Build with the same settings as the deploy job
51
# -s uses the settings file we created.
52
- name: Build with same arguments as deploy job
53
run: >
0 commit comments