Skip to content

Commit d669ad2

Browse files
author
Giuseppe Pennisi
committed
fix: typo in yml
1 parent 12d7051 commit d669ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout Code
2020
#if: github.event.pull_request.merged == true && contains(github.event.commits[0].message, '[skip-ci]') == false
2121
uses: actions/checkout@v2
22-
run: git fetch --prune --unshallow
22+
- run: git fetch --prune --unshallow
2323

2424
# Make sure we have all branches
2525
- name: Fetch other branches

0 commit comments

Comments
 (0)