Skip to content

Commit

Permalink
Update publish_metal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ginty authored Dec 5, 2023
1 parent 766ad6b commit 72d6547
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish_metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ jobs:
verify_metadata: false
verbose: true

publish_rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
#publish_rust:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: "1.54.0"
override: true
#components: rustfmt, clippy
# - name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: "1.54.0"
# override: true
# #components: rustfmt, clippy

- name: "Publish origen_metal"
working-directory: rust/origen_metal
run: cargo publish --token ${{ secrets.CARGO_ORIGEN_METAL }}
# - name: "Publish origen_metal"
# working-directory: rust/origen_metal
# run: cargo publish --token ${{ secrets.CARGO_ORIGEN_METAL }}

0 comments on commit 72d6547

Please sign in to comment.