Skip to content

Commit

Permalink
workflow_call instead of workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 11, 2024
1 parent de9a29b commit 26fd625
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 @@ -39,6 +39,6 @@ jobs:
docker_publish:
needs:
- release
uses: .github/workflows/docker-publish.yml@621984e2431292d79d7d2872ef0bc3e7aa6fe2a0
uses: ./docker-publish.yml@621984e2431292d79d7d2872ef0bc3e7aa6fe2a0
with:
semvertag: ${{ needs.release.outputs.semvertag }}

0 comments on commit 26fd625

Please sign in to comment.