From 83417eec5eea30e16927227420ff055b417b504e Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 29 Dec 2022 16:17:16 +0100 Subject: [PATCH] Checkout the code in the current directory. (#2147) --- .github/workflows/claim-crate-names.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/claim-crate-names.yml b/.github/workflows/claim-crate-names.yml index f39b59458..5b0b36677 100644 --- a/.github/workflows/claim-crate-names.yml +++ b/.github/workflows/claim-crate-names.yml @@ -66,7 +66,6 @@ jobs: - name: Checkout smithy-rs uses: actions/checkout@v3 with: - path: smithy-rs token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }} - name: Publish to crates.io shell: bash -- GitLab