Skip to content

Commit 3ceafd7

Browse files
committed
ci: update workflow
1 parent 5a993b2 commit 3ceafd7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cd-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: ./.github/workflows/ci-maven.yml
1818
secrets: inherit
1919

20-
# release:
21-
# needs: ci
22-
# uses: ./.github/workflows/cd-deploy.yml
23-
# secrets: inherit
24-
# with:
25-
# environment: release
20+
release:
21+
needs: ci
22+
uses: ./.github/workflows/cd-deploy.yml
23+
secrets: inherit
24+
with:
25+
environment: release

0 commit comments

Comments
 (0)