Skip to content

Commit

Permalink
SUPINT-2380: test 2.0.0 realease
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Jun 20, 2024
1 parent 6b3d301 commit eb055af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Update Realease Version Markeplace package
run: |
CURRENT_VERSION=$(npx -c 'echo \"$npm_package_version\"')
CURRENT_VERSION=$CURRENT_VERSION
find . -type f -not -path "./node_modules/*" -regex ".*\.\(sample\|xml\)" -exec sed -i 's/'"1.0.0"'/'"$NEW_VERSION"'/g' {} \;
echo "current verion: $CURRENT_VERSION , new version: $NEW_VERSION"
cat pom.xml
Expand Down

0 comments on commit eb055af

Please sign in to comment.