We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f68caa commit 89e61b4Copy full SHA for 89e61b4
1 file changed
.github/workflows/ci.yml
@@ -37,9 +37,10 @@ jobs:
37
- name: Release Build
38
env:
39
SONATYPE_BEARER: ${{ secrets.SONATYPE_BEARER }}
40
+ GITHUB_BEARER: ${{ secrets.GH_PAT_public_read_example_pde_rcp_2026 }}
41
run: |
42
./gradlew --version
- ./gradlew --no-daemon clean release
43
+ ./gradlew --no-daemon clean build testOSGi release
44
45
- name: Collect dist file list
46
id: collect-dist-files
@@ -143,5 +144,5 @@ jobs:
143
144
145
- name: Build (no artifact upload)
146
- GITHUB_BEARER: ${{ secrets.GITHUB_BEARER }}
147
148
run: ./gradlew --no-daemon clean build
0 commit comments