Skip to content

Commit

Permalink
Prod version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MBarwicki committed Oct 11, 2023
1 parent 9b02fef commit 64eb492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
VERSION: ${{inputs.version}}
run: |
export STRIPPED_VERSION=${VERSION/v/}
sed -i 's/\"version\"\:[ ]\"0.1.0\"/\"version\": \"$STRIPPED_VERSION\"/g' ./plugin/package.json
sed -i "s/\"version\"\:[ ]\"0.1.0\"/\"version\": \"$STRIPPED_VERSION\"/g" ./plugin/package.json
- name: Setup Node ${{ env.NODE_VERSION }} Environment
uses: actions/setup-node@v1
Expand Down

0 comments on commit 64eb492

Please sign in to comment.