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 25ceb05 commit 652e9f3Copy full SHA for 652e9f3
.github/workflows/NPM-Publish.yml
@@ -164,7 +164,7 @@ jobs:
164
- name: Validate Attestation
165
env:
166
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
167
- run: gh attestation verify package.zip --repo Software-Hardware-Integration-Lab/ObjectID-Converter --signer-workflow Software-Hardware-Integration-Lab/ObjectID-Converter/.github/workflows/NPM-Publish.yml@refs/tag/${GITHUB_REF#refs/tags/}
+ run: gh attestation verify package.zip --repo Software-Hardware-Integration-Lab/ObjectID-Converter --signer-workflow Software-Hardware-Integration-Lab/ObjectID-Converter/.github/workflows/NPM-Publish.yml@refs/tags/${GITHUB_REF#refs/tags/}
168
169
# Extract the zip file and remove the container
170
- name: Unzip Artifact
0 commit comments