We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f399941 commit 19827edCopy full SHA for 19827ed
.github/workflows/publish.yml
@@ -46,6 +46,7 @@ jobs:
46
github.ref_type == 'tag'
47
&& startsWith(github.ref_name, 'curves-v')
48
steps:
49
+ - uses: actions/checkout@v3
50
- run: cargo publish -p generic-ec-curves --token ${CRATES_TOKEN}
51
env:
52
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
0 commit comments