Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 80e7dda

Browse files
authored
Adapt ci release process cmt 2 (#99)
- Release course using CMT 2 version of the tooling
1 parent a2af3e7 commit 80e7dda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Setup Course Management Tools
77-
uses: robinraju/release-downloader@v1.1
77+
uses: robinraju/release-downloader@v1.7
7878
with:
79-
repository: eloots/course-management-tools
80-
tag: "1.0.0"
79+
repository: lunatech-labs/course-management-tools
80+
tag: "2.0.0-RC6"
8181
fileName: "course-management-tools.zip"
8282
out-file-path: "."
8383
- run: |
@@ -101,13 +101,13 @@ jobs:
101101
export PATH=${PATH}:$GITHUB_WORKSPACE/CMT/bin
102102
git config --global user.email "[email protected]"
103103
git config --global user.name "Lunatech Labs"
104-
cmt-studentify -dot -g lunatech-scala-2-to-scala3-course studentified
104+
cmta studentify -f -g -m lunatech-scala-2-to-scala3-course -d studentified
105105
(cd studentified && exec zip -r lunatech-scala-2-to-scala3-course-student.zip lunatech-scala-2-to-scala3-course)
106106
107107
- name: Linearize Repo
108108
run: |
109109
mkdir -p linearized
110-
cmt-linearize -dot lunatech-scala-2-to-scala3-course linearized
110+
cmta linearize -f -m lunatech-scala-2-to-scala3-course -d linearized
111111
mv linearized/lunatech-scala-2-to-scala3-course linearized/lunatech-scala-2-to-scala3-course-linearized
112112
(cd linearized && exec zip -r lunatech-scala-2-to-scala3-course-linearized.zip lunatech-scala-2-to-scala3-course-linearized)
113113

0 commit comments

Comments
 (0)