From b5caa3ad3e77c5cb396aaf90eaf9691f3a9e9736 Mon Sep 17 00:00:00 2001 From: Andrew Frantz Date: Wed, 16 Oct 2024 12:50:13 -0400 Subject: [PATCH] ci: use right ENV var (#221) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb5f862ae..2b1a5f880 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: run: rustup update stable && rustup default stable - run: cargo run --release --bin ci -- publish env: - CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} + CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} - name: Release uses: softprops/action-gh-release@v2 with: