Skip to content

Commit

Permalink
test version replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyhollywood committed Jan 26, 2024
1 parent 87f7e59 commit 6f86edf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_upload_on_push_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
with:
node-version: 18.x

- name: Set deployment version
env:
VERSION: ${{needs.generate-version.outputs.output1}}
run: |
echo "$VERSION"
sed -i "s/0.0.0-RELEASEVERSION/${{env.VERSION}}/g" projects/mercury/package.json
# - name: Set deployment version
# env:
# VERSION: ${{needs.generate-version.outputs.output1}}
# run: |
# echo "$VERSION"
# sed -i "s/0.0.0-RELEASEVERSION/${{env.VERSION}}/g" projects/mercury/package.json

- name: Run install
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit 6f86edf

Please sign in to comment.