Skip to content

Commit 920a5e5

Browse files
authored
Merge pull request #77 from UBC-MDS/dev
fix: corrected workflows and deployments
2 parents 897b679 + d162e2b commit 920a5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
python-version: "3.13"
6868

6969
- name: Install semantic-release
70-
run:
70+
run: |
7171
python -m pip install --upgrade pip
7272
pip install python-semantic-release
7373
7474
- name: Configure git identity
75-
run:
75+
run: |
7676
git config user.name "github-actions[bot]"
7777
git config user.email "github-actions[bot]@users.noreply.github.com"
7878

0 commit comments

Comments
 (0)