4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-13 11:41:45 +00:00

Merge pull request #417 from AltarikMC/dev

Remove frozen filelock
This commit is contained in:
2024-06-29 10:43:01 +02:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ jobs:
cache: 'yarn'
architecture: 'x64'
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build and publish package
run: yarn run publish
env: