Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Nov 26, 2024
1 parent 0a563c4 commit 03c01e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
command-args: |
-o ./sdk/${{ matrix.generator }} $(
if [ "${{ matrix.generator }}" == "typescript-fetch" ]; then
echo "--additional-properties=npmVersion=2.0.0";
echo "--additional-properties=npmVersion=.0.0";
fi
)
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
run: |
npm install
npm run build
cd dist
ls -la
npm publish --access public
working-directory: ./sdk/typescript-fetch/
env:
Expand Down

0 comments on commit 03c01e6

Please sign in to comment.