Skip to content

Commit

Permalink
Update prod-build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 authored Nov 6, 2023
1 parent d9988ec commit c2cb49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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-9].[0-9]*.[0-9]*\"/\"version\": \"$STRIPPED_VERSION\"/g" ./plugin/package.json
- name: Setup Node ${{ env.NODE_VERSION }} Environment
uses: actions/setup-node@v1
Expand Down Expand Up @@ -180,4 +180,4 @@ jobs:
run: |
aws s3 sync . s3://${{ env.PROD_BUCKET_NAME }} --acl public-read
working-directory: artifact


0 comments on commit c2cb49e

Please sign in to comment.