Skip to content

Commit 141d121

Browse files
committed
fix it
1 parent 4c55bc9 commit 141d121

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image CD
1+
name: CD
22

33
on:
44
# 输入version

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image CI
1+
name: CI
22

33
on:
44
push:
@@ -21,7 +21,7 @@ jobs:
2121
apps: sbt bloop sbtn
2222

2323
- name: Run SBT stage
24-
run: sbt clean stage
24+
run: sbt stage
2525

2626
# - name: Log in to the GitHub Container Registry
2727
# uses: docker/login-action@v3

0 commit comments

Comments
 (0)