Skip to content

Commit b6e7872

Browse files
authored
Merge pull request #8 from rnett/new_close_action
Use new staging repo action
2 parents 4ce423d + 735a37f commit b6e7872

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
username: rnett
115115
password: ${{ secrets.SONATYPE_PASSWORD }}
116116
staging_profile_id: ${{ secrets.SONATYPE_PROFILE_ID }}
117-
description: Krosstalk ${{ github.repository }}/${{ github.workflow }}#${{ github.run_number }}
117+
description: ${{ github.repository }}/${{ github.workflow }}#${{ github.run_number }} - ${{ needs.find-version.outputs.version }}
118118

119119
publish:
120120
strategy:
@@ -292,9 +292,10 @@ jobs:
292292
staging_repository_id: ${{ needs.create_staging_repository.outputs.repository_id }}
293293
- name: Release
294294
if: ${{ needs.publish-docs.result == 'success' }}
295-
uses: nexus-actions/release-nexus-staging-repo@v1.1
295+
uses: nexus-actions/release-nexus-staging-repo@v1.2
296296
with:
297297
username: rnett
298298
password: ${{ secrets.SONATYPE_PASSWORD }}
299299
staging_repository_id: ${{ needs.create_staging_repository.outputs.repository_id }}
300+
description: Closed ${{ github.repository }}/${{ github.workflow }}#${{ github.run_number }} - ${{ needs.find-version.outputs.version }}
300301
close_only: 'true'

0 commit comments

Comments
 (0)