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 4bffcdf commit 0b129b8Copy full SHA for 0b129b8
.github/actions/jreleaser/action.yml
@@ -1,7 +1,7 @@
1
# TODO: Delete this action when we migrate off JReleaser for all our releases
2
3
name: JReleaser check
4
-description: Smoke tests that checks our jreleaser release command works
+description: Smoke test that checks our jreleaser release command works
5
runs:
6
using: composite
7
steps:
@@ -15,7 +15,6 @@ runs:
15
shell: bash
16
run: |
17
export JRELEASER_PROJECT_JAVA_GROUP_ID="com.sonatype.central.testing.amazon"
18
- export JRELEASER_MAVENCENTRAL_STAGE="UPLOAD"
19
export JRELEASER_MAVENCENTRAL_USERNAME="foo"
20
export JRELEASER_MAVENCENTRAL_TOKEN="foo"
21
export JRELEASER_GENERIC_TOKEN="foo"
0 commit comments