Skip to content

Commit

Permalink
fix: update publish-test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 9, 2024
1 parent 5e50108 commit fd405f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
version=$major.$((minor+1)).0
elif [[ "$commit" == "fix" ]]; then
version=$major.$minor.$((patch+1))
el
version=$azure_extension_version
fi
echo $version
jq --arg version "$version" '.version = $version' vss-extension-dev.json > vss-extension-dev.json.tmp && mv vss-extension-dev.json.tmp vss-extension-dev.json
Expand Down

0 comments on commit fd405f4

Please sign in to comment.