Prevent GitHub worflow from changing lockfile

This commit is contained in:
Felipe Santos
2023-02-11 12:22:23 -03:00
parent 7e511177ad
commit 2d62c15464
2 changed files with 9 additions and 8 deletions
+4 -4
View File
@@ -17,11 +17,11 @@ jobs:
- name: Setup Node and Yarn
uses: volta-cli/action@v3
# Build
- name: Install dependencies
run: yarn install --immutable
- name: Build the file
run: |
yarn install
yarn run build
run: yarn run build
# Upload build file to the release as an asset.
- name: Upload zip to release