Skip to content

Commit 650d471

Browse files
authored
Merge pull request #2 from LeetCode-Packages/dev
fix workflow
2 parents 3f34aad + 4b05841 commit 650d471

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
toolchain:
1818
- stable
1919
steps:
20+
- name: cargo login
21+
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
22+
2023
- uses: actions/checkout@v4
2124
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2225
- run: cargo publish --verbose

0 commit comments

Comments
 (0)