1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00

Minor change for name of action

This commit is contained in:
Yamel Senih 2021-02-23 16:51:22 -04:00
parent 7794254157
commit 70a57c7576

View File

@ -20,7 +20,7 @@ jobs:
- run: npm test
- run: npm run build:prod --if-present
publish-npm:
publish-dist:
needs: build
runs-on: ubuntu-latest
steps: