File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments