Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FL03 authored Oct 30, 2022
1 parent c0719a1 commit 1619206
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: core
run: cargo publish --all-features -p scsys-core -v --token ${CARGO_REGISTRY_TOKEN}
run: cargo publish --all-features -p scsys-core -v --token $CARGO_REGISTRY_TOKEN
- name: crypto
run: cargo publish --all-features -p scsys-crypto -v --token ${CARGO_REGISTRY_TOKEN}
run: cargo publish --all-features -p scsys-crypto -v --token $CARGO_REGISTRY_TOKEN
- name: derive
run: cargo publish --all-features -p scsys-derive -v --token ${CARGO_REGISTRY_TOKEN}
run: cargo publish --all-features -p scsys-derive -v --token $CARGO_REGISTRY_TOKEN
- name: macros
run: cargo publish --all-features -p scsys-macros -v --token ${CARGO_REGISTRY_TOKEN}
run: cargo publish --all-features -p scsys-macros -v --token $CARGO_REGISTRY_TOKEN
publish:
needs: [ features, login, test ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: core
run: cargo publish --all-features -p scsys -v --token ${CARGO_REGISTRY_TOKEN}
run: cargo publish --all-features -p scsys -v --token ${CARGO_REGISTRY_TOKEN}

0 comments on commit 1619206

Please sign in to comment.