Skip to content

Commit 9bba8e5

Browse files
committed
[#704] Update action name in workflow
1 parent e1893c8 commit 9bba8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
id: detect-version
188188
run: |
189189
sed -E 's/^projectVersion( *= *| +)([^ ]+)/::set-output name=version::\2/g' gradle/version.properties
190-
- name: Publish snapshot to JBoss Nexus (experimental, Nexus rejects some binaries)
190+
- name: Publish snapshot to JBoss Nexus
191191
env:
192192
ORG_GRADLE_PROJECT_jbossNexusUser: ${{ secrets.JBOSS_NEXUS_USER }}
193193
ORG_GRADLE_PROJECT_jbossNexusPassword: ${{ secrets.JBOSS_NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)