0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

Merge pull request #1366 from logto-io/gao-fix-release-tag

ci: fix release tag
This commit is contained in:
Gao Sun 2022-07-02 12:45:39 +08:00 committed by GitHub
commit 2bea8bf1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -50,7 +50,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
- name: Compose up
run: TAG=dev docker compose up -d
run: TAG=${{ steps.meta.outputs.tags[0] }} docker compose up -d
- name: Sleep for 30 seconds
run: sleep 30s
@ -67,6 +67,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2
- name: Package
run: ./package.sh

View file

@ -1,3 +1,5 @@
set -eo pipefail
echo Building packages
pnpm -- lerna run build --stream