mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix mcmeta cache not being refreshed
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user