mirror of
https://github.com/AltarikMC/Launcher
synced 2025-12-13 11:41:45 +00:00
Remove frozen filelock
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install
|
||||||
- name: Build and publish package
|
- name: Build and publish package
|
||||||
run: yarn run publish
|
run: yarn run publish
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user