Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jul 4, 2022
1 parent a15f0f2 commit 754d949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
inputs: '{
"name": "${{matrix.package.name}}",
"folder": "${{matrix.package.folder}}",
"version": "${{steps.checkVersion.outputs.version}}"
"version": "${{steps.checkVersion.outputs.committed-version}}",
"buildWorkflowId": "${{github.event.workflow_run.id}}"
}'

0 comments on commit 754d949

Please sign in to comment.