Skip to content

Commit 652e9f3

Browse files
Fix Bug
Invalid target. Target is plural, not singular.
1 parent 25ceb05 commit 652e9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NPM-Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Validate Attestation
165165
env:
166166
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/}
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/tags/${GITHUB_REF#refs/tags/}
168168

169169
# Extract the zip file and remove the container
170170
- name: Unzip Artifact

0 commit comments

Comments
 (0)