Skip to content

Commit 0b129b8

Browse files
committed
self review
1 parent 4bffcdf commit 0b129b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/jreleaser/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TODO: Delete this action when we migrate off JReleaser for all our releases
22

33
name: JReleaser check
4-
description: Smoke tests that checks our jreleaser release command works
4+
description: Smoke test that checks our jreleaser release command works
55
runs:
66
using: composite
77
steps:
@@ -15,7 +15,6 @@ runs:
1515
shell: bash
1616
run: |
1717
export JRELEASER_PROJECT_JAVA_GROUP_ID="com.sonatype.central.testing.amazon"
18-
export JRELEASER_MAVENCENTRAL_STAGE="UPLOAD"
1918
export JRELEASER_MAVENCENTRAL_USERNAME="foo"
2019
export JRELEASER_MAVENCENTRAL_TOKEN="foo"
2120
export JRELEASER_GENERIC_TOKEN="foo"

0 commit comments

Comments
 (0)