Skip to content

Commit

Permalink
ci: rename docker publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 22, 2022
1 parent 596fe27 commit cc7d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: cihelper/action-semanticrelease-npm@v1
id: semanticrelease
- if: ${{ steps.semanticrelease.outputs.released == 'true' }}
uses: cihelper/action-docker@v1
uses: cihelper/action-docker-publish@v1
with:
version: ${{ format('v{0}', steps.semanticrelease.outputs.version) }}

0 comments on commit cc7d185

Please sign in to comment.