Skip to content

Commit

Permalink
build: fix docker publish workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jan 5, 2024
1 parent 4115633 commit 9bd47ce
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 @@ -57,4 +57,4 @@ jobs:
with:
registryTag: |
latest
${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
${{ steps.release.outputs['packages/server-api--major'] }}.${{ steps.release.outputs['packages/server-api--minor'] }}.${{ steps.release.outputs['packages/server-api--patch'] }}

0 comments on commit 9bd47ce

Please sign in to comment.