ci: COMMIT_SHORT_SHA
deploy / build (push) Successful in 15m16s Details

This commit is contained in:
rizaldy 2024-02-15 00:25:44 +07:00
parent 324aa2ce91
commit ac030b965a
1 changed files with 2 additions and 1 deletions

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 }}