Skip to content

Commit ce8aac1

Browse files
committed
chore: download tarbal
1 parent 85bce8a commit ce8aac1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@ jobs:
263263
name: ${{ github.ref_name }}
264264
path: ${{ needs.provenance.outputs.package-name }}
265265

266+
- name: Download tarball
267+
uses: slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@3bcecb4ade4f265cff30488059a9dca39e26b360 # main
268+
with:
269+
name: ${{ needs.provenance.outputs.package-download-name }}
270+
path: ${{ needs.provenance.outputs.package-name }}
271+
sha256: ${{ needs.provenance.outputs.package-download-sha256 }}
272+
266273
- name: Publish main
267274
run: |
268275
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc

0 commit comments

Comments
 (0)