Loading .github/workflows/claim-crate-names.yml +3 −4 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ # This workflow claims the names of the unpublished crates in this repository # on crates.io (by publishing a dummy empty package) # Allow only one release to run at a time # Allow only one crate claim workflow to run at a time concurrency: group: release-smithy-rs group: claim-crates-smithy-rs cancel-in-progress: true env: Loading Loading @@ -56,6 +56,7 @@ jobs: claim: name: Claim crate names needs: - main-branch-check - acquire-base-image runs-on: ubuntu-latest steps: Loading @@ -65,8 +66,6 @@ jobs: toolchain: ${{ env.rust_version }} - name: Checkout smithy-rs uses: actions/checkout@v3 with: token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }} - name: Publish to crates.io shell: bash env: Loading Loading
.github/workflows/claim-crate-names.yml +3 −4 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ # This workflow claims the names of the unpublished crates in this repository # on crates.io (by publishing a dummy empty package) # Allow only one release to run at a time # Allow only one crate claim workflow to run at a time concurrency: group: release-smithy-rs group: claim-crates-smithy-rs cancel-in-progress: true env: Loading Loading @@ -56,6 +56,7 @@ jobs: claim: name: Claim crate names needs: - main-branch-check - acquire-base-image runs-on: ubuntu-latest steps: Loading @@ -65,8 +66,6 @@ jobs: toolchain: ${{ env.rust_version }} - name: Checkout smithy-rs uses: actions/checkout@v3 with: token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }} - name: Publish to crates.io shell: bash env: Loading