Browse Source

chore: rm unused cosign step (#246)

Remove installation of cosign step as part of publish job
renovate/major-aws-sdk-net-monorepo
Tyler 7 days ago committed by GitHub
parent
commit
1d8973491b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/publish.yml

3
.github/workflows/publish.yml

@ -55,9 +55,6 @@ jobs: @@ -55,9 +55,6 @@ jobs:
id-token: write
packages: write
steps:
- name: Install Cosign
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
- name: Login to GitHub Container Registry
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
with:

Loading…
Cancel
Save