4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

Merge pull request #417 from AltarikMC/dev

Remove frozen filelock
This commit is contained in:
Quentin Legot 2024-06-29 10:43:01 +02:00 committed by GitHub
commit baa06945ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: