Skip to content

Commit

Permalink
Publish v0.54.0-alpha.0 of the @tektoncd/dashboard-* packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene committed Jan 18, 2025
1 parent 37e6662 commit 3deb3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
mismatch=false
for packageJson in ./packages/*/package.json; do
VERSION="v$(jq -r .version $packageJson)"
PRIVATE="$(jq -r .private)"
PRIVATE="$(jq -r .private $packageJson)"
if [ "$PRIVATE" == "false" ] && [ "$VERSION" != "$EXPECTED_VERSION" ]; then
echo "::error::Version mismatch found in $packageJson: ${VERSION}"
mismatch=true
Expand Down

0 comments on commit 3deb3e3

Please sign in to comment.