Skip to content

Commit

Permalink
Issue #217: Fixing some comments on the publish SNAPSHOT action
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Mar 9, 2024
1 parent e154d51 commit e20329d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e20329d

Please sign in to comment.