ci: COMMIT_SHORT_SHA
All checks were successful
deploy / build (push) Successful in 15m16s

This commit is contained in:
rizaldy 2024-02-15 00:25:44 +07:00
parent 324aa2ce91
commit ac030b965a

View File

@ -9,9 +9,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: "20.x"
cache: "npm"
- run: npm ci
- run: echo "COMMIT_SHORT_SHA=`git rev-parse --short HEAD`" >> $GITHUB_ENV
- run: npm run build
env:
MINIO_ENDPOINT: ${{ vars.MINIO_ENDPOINT }}