Skip to content

Commit 2cac243

Browse files
committed
Fix lock file
1 parent 4d12dd5 commit 2cac243

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
7373
run: yarn set version stable
7474

7575
- name: Install packages
76-
run: yarn install --immutable
76+
run: yarn install
77+
env:
78+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
7779

7880
- name: Run npmluau
7981
run: yarn run prepare
@@ -158,9 +160,11 @@ jobs:
158160

159161
- name: Update yarn
160162
run: yarn set version stable
161-
163+
162164
- name: Install packages
163-
run: yarn install --immutable
165+
run: yarn install
166+
env:
167+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
164168

165169
- name: Run npmluau
166170
run: yarn run prepare

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsdotlua/graphql",
3-
"version": "15.6.6",
3+
"version": "15.6.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/jsdotlua/graphql-lua.git"

0 commit comments

Comments
 (0)