Skip to content

Commit 19827ed

Browse files
committed
Fix workflow for publishing generic-ec-curves
1 parent f399941 commit 19827ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
github.ref_type == 'tag'
4747
&& startsWith(github.ref_name, 'curves-v')
4848
steps:
49+
- uses: actions/checkout@v3
4950
- run: cargo publish -p generic-ec-curves --token ${CRATES_TOKEN}
5051
env:
5152
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 commit comments

Comments
 (0)