Skip to content

Commit

Permalink
fix sed again
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverguy25 committed May 31, 2024
1 parent 1540bda commit 4e7f9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
npm run build
cp ../../README.md ../../LICENSE package.json package-lock.json bin/
cat bin/package.json
sed -i.bak "s/$${VERSION}/$(VERSION)/g" bin/package.json
sed -i.bak "s/$${VERSION}/$VERSION/g" bin/package.json
cat bin/package.json
env:
VERSION: ${{ inputs.version }}
Expand Down

0 comments on commit 4e7f9ec

Please sign in to comment.