Skip to content

Commit ac84466

Browse files
authored
CI: Oops, the publish step requires the test step (#86)
1 parent 1c569ec commit ac84466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
publish:
7575
name: Publish Rust Crate
7676
runs-on: ubuntu-latest
77-
needs: test
77+
#needs: test
7878
permissions:
7979
contents: write
8080
steps:

0 commit comments

Comments
 (0)