Skip to content

Commit 84dd323

Browse files
authored
ci: fix syntax for actions/checkout@v2
1 parent b36b082 commit 84dd323

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
- name: checkout
5858
uses: actions/checkout@v2
5959
id: checkout
60-
ref: ${{ needs.changes.outputs.tag }}
60+
with:
61+
ref: ${{ needs.changes.outputs.tag }}
6162

6263
- name: Prepare python for publish
6364
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)