Skip to content

Commit

Permalink
Update remix-deploy.yml - update version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 authored Nov 6, 2023
1 parent 29fb999 commit 0f61990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remix-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
SED_COMMAND: 's/\"version\"\:[ ]\"0.1.0\"/\"version\": \"0.3.0\"/g'
run: |
sed -i 's/\"version\"\:[ ]\"0.1.0\"/\"version\": \"${{ steps.determine-version.outputs.version }}\"/g' ./plugin/package.json
sed -i 's/\"version\"\:[ ]\"[0-9].[0-9]+.[0-9]+\"/\"version\": \"${{ steps.determine-version.outputs.version }}\"/g' ./plugin/package.json
- name: Setup Node ${{ env.NODE_VERSION }} Environment
uses: actions/setup-node@v1
Expand Down

0 comments on commit 0f61990

Please sign in to comment.