We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd2a1f commit e48cc62Copy full SHA for e48cc62
template/.github/workflows/build.yaml.j2
@@ -139,7 +139,7 @@ jobs:
139
set -euo pipefail
140
[ -n "$GITHUB_DEBUG" ] && set -x
141
142
- CURRENT_VERSION=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[0].version')
+ CURRENT_VERSION=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[] | select(.name == "stackable-{[ operator.name }]") | .version')
143
144
if [ "$GITHUB_EVENT_NAME" == 'pull_request' ]; then
145
# Include a PR suffix if this workflow is triggered by a PR
0 commit comments