File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1818 profile : minimal
1919 toolchain : stable
2020 override : true
21- - uses : actions-rs/cargo @v1
21+ - uses : katyo/publish-crates @v1
2222 with :
23- command : login
24- args : ${{ secrets.CRATES_IO_TOKEN }}
25- - uses : actions-rs/cargo@v1
26- with :
27- command : publish
23+ registry-token : ${{ secrets.CRATES_IO_TOKEN }}
24+ path : ' ./feos-core'
Original file line number Diff line number Diff line change 1818 profile : minimal
1919 toolchain : stable
2020 override : true
21- - uses : actions-rs/cargo @v1
21+ - uses : katyo/publish-crates @v1
2222 with :
23- command : login
24- args : ${{ secrets.CRATES_IO_TOKEN }}
25- - uses : actions-rs/cargo@v1
26- with :
27- command : publish
23+ registry-token : ${{ secrets.CRATES_IO_TOKEN }}
24+ path : ' ./feos-dft'
You can’t perform that action at this time.
0 commit comments