Fix mcmeta cache not being refreshed

This commit is contained in:
Misode
2022-02-26 05:14:20 +01:00
parent 7806aa6ad6
commit 0c9d6b9cc8
2 changed files with 2 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
npm install
export latest_version="'${{ fromJson(steps.get_latest_version.outputs.data).commit.sha }}'"
export latest_version="'${{ fromJson(steps.get_latest_version.outputs.data).id }}'"
npm run build
- name: Deploy