Skip to content

Commit 2ef9f14

Browse files
authored
Disable publish-crate workflow (#74)
# Motivation Crates must be published from a personal account instead of with a CI (for now). # Changes * Disable the `publish-crate` workflow. # Tests Not tested because there is nothing to run. # Todos - [ ] Add entry to changelog (if necessary). NOT NECESSARY
1 parent a5fb28d commit 2ef9f14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-crate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
jobs:
1111
publish:
12+
# Disable until CARGO_REGISTRY_TOKEN secret is available.
13+
if: false
1214
runs-on: ubuntu-latest
1315

1416
steps:

0 commit comments

Comments
 (0)