Skip to content

Commit

Permalink
ci: update-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Sep 26, 2024
2 parents 529df0f + f434469 commit ff7dc88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
# Update Marketplace package.json
jq --arg version "$NEW_VERSION" '.version = $version' $MARKETPLACE_FILE > tmp.$$.json && mv tmp.$$.json $MARKETPLACE_FILE
echo "Updated version in Marketplace package.json from $CURRENT_VERSION to $NEW_VERSION"
echo "version=$NEW_VERSION" >> "$GITHUB_OUTPUT"
- name: Update SDK Version in SdkVersionInfoHelpers.cs
Expand Down

0 comments on commit ff7dc88

Please sign in to comment.