ci: fix set version scripts

This commit is contained in:
himself65
2023-05-10 23:00:36 -05:00
parent 5ba4fb8d7c
commit 37512bc18f

View File

@@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Replace Version
run: ./scripts/replace-version.sh ${{ env.RELEASE_VERSION }}
run: ./scripts/set-version.sh ${{ env.RELEASE_VERSION }}
- name: generate-assets
working-directory: apps/electron
run: yarn generate-assets
@@ -94,7 +94,7 @@ jobs:
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Replace Version
run: ./scripts/replace-version.sh ${{ env.RELEASE_VERSION }}
run: ./scripts/set-version.sh ${{ env.RELEASE_VERSION }}
- uses: actions/download-artifact@v3
with:
name: before-make-web-static