From 77c347bea8eb94d3b626405839e5b7d17ed677ea Mon Sep 17 00:00:00 2001 From: Mees Delzenne Date: Tue, 19 Nov 2024 15:32:26 +0100 Subject: [PATCH] Bump publish-crates action --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb50af5a..20c2ff51 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,8 +17,8 @@ jobs: with: toolchain: stable - name: Publish crates - uses: katyo/publish-crates@v1 + uses: katyo/publish-crates@v2 with: registry-token: ${{ secrets.CRATES_TOKEN }} no-verify: true - #dry-run: true + dry-run: true