From e20329d5e24817472f8ad972dac8d4fc33818b83 Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Sat, 9 Mar 2024 00:42:32 -0800 Subject: [PATCH] Issue #217: Fixing some comments on the publish SNAPSHOT action --- .github/workflows/publish-snapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index 85dbca90..15a4dafb 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -36,8 +36,8 @@ jobs: # Verify gpg secret key gpg --list-secret-keys --keyid-format LONG - # This will set versions, git tag, and publish to TBD Artifactory. Does not release to Maven Central. - - name: Staging - Prepare and Publish Release to TBD Artifactory + # This will publish to TBD Artifactory. Does not release to Maven Central. + - name: Publish SNAPSHOT to TBD Artifactory run: | if [ -n "${{ github.event.inputs.version }}" ]; then mvn \