We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620a5a7 commit 355cac6Copy full SHA for 355cac6
.github/workflows/publish-packages-1.0.yml
@@ -32,8 +32,6 @@ jobs:
32
id-token: write
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- # renovate: datasource=github-releases depName=cosign packageName=sigstore/cosign
36
- COSIGN_VERSION: v2.5.3
37
COSIGN_YES: "yes"
38
39
outputs:
@@ -53,8 +51,6 @@ jobs:
53
51
54
52
- name: Install Cosign
55
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
56
- with:
57
- cosign-release: ${{ env.COSIGN_VERSION }}
58
59
- name: dotnet restore
60
run: dotnet restore ./build/OpenTelemetry.proj -p:RunningDotNetPack=true
0 commit comments