Skip to content

Commit 4af8514

Browse files
authored
Update publish.yml
1 parent 90648f4 commit 4af8514

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
jobs:
1515
publish-crate:
1616
name: Publish to crates.io
17-
needs: release
1817
runs-on: ubuntu-latest
1918
steps:
2019
- uses: actions/checkout@v4
@@ -32,4 +31,4 @@ jobs:
3231
- name: Publish to crates.io
3332
uses: katyo/publish-crates@v2
3433
with:
35-
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
34+
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)