Skip to content

Commit ac301d3

Browse files
committed
Update to central-publish-action 0.3.0
Closes gh-79
1 parent 0ec7c2c commit ac301d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
find -name "*.sha*" | xargs rm -f
115115
- name: Publish Staged Artifacts to Central
116116
if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
117-
uses: spring-io/central-publish-action@0cdd90d12e6876341e82860d951e1bcddc1e51b6 # v0.2.0
117+
uses: spring-io/central-publish-action@v0.3.0
118118
with:
119119
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
120120
token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}

0 commit comments

Comments
 (0)