Skip to content

Commit

Permalink
call it by the right name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlabouve committed Jul 4, 2024
1 parent 3afb2bd commit 09c2078
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Publish to Cargo
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
env:
CARGO_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Build
run: cargo build --release --target ${{ matrix.target }}
Expand Down Expand Up @@ -64,4 +66,4 @@ jobs:
target/${{ matrix.target }}/release/minos-codex-${{ matrix.os }}.sha256
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_TOKEN: ${{ secrets.CARGO_TOKEN }}
CARGO_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 09c2078

Please sign in to comment.