fix: add workflow to check release version match with package.json (#2420)

This commit is contained in:
Horus
2023-05-18 01:37:28 +08:00
committed by GitHub
parent c870104370
commit 02e1f528bf
3 changed files with 15 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ jobs:
API_SERVER_PROFILE: prod
ENABLE_TEST_PROPERTIES: false
ENABLE_IMAGE_PREVIEW_MODAL: false
RELEASE_VERSION: ${{ github.event.inputs.version }}
- name: Upload Artifact (web-static)
uses: actions/upload-artifact@v3