Skip to content

Commit a665002

Browse files
authored
Merge pull request #50 from ShipEngine/fix-cd-workflow-trigger
fix: correct typo in CD workflow (dependancies -> dependencies)
2 parents c433d71 + 088bee5 commit a665002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.12"
2626
if: ${{ steps.release.outputs.release_created }}
2727

28-
- name: Install dependancies
28+
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
3131
python -m pip install poetry

0 commit comments

Comments
 (0)