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
+5 -4
View File
@@ -22,10 +22,11 @@ jobs:
- name: Setup Node and Yarn
uses: volta-cli/action@v3
- name: Build
run: |
yarn install
yarn run build
- name: Install dependencies
run: yarn install --immutable
- name: Build the file
run: yarn run build
- name: HACS build validation
uses: "hacs/action@21.12.1"
+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