Skip to content

Commit

Permalink
修改workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed May 3, 2023
1 parent c2b7671 commit ead163e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-next-terminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
cd web
npm install --global yarn
yarn
yarn build
- name: Docker Login
uses: docker/login-action@v1.10.0
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-next-terminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Private Actions Checkout
uses: actions/checkout@v2.3.4
- name: node Setup
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit ead163e

Please sign in to comment.