Skip to content

Commit f18b40b

Browse files
authored
Merge pull request #25 from BarbUk/remove_attestation
Remove attestation, the release will be attested directly
2 parents a28abdb + 204bb64 commit f18b40b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ on:
44
tags:
55
- 'v*'
66
permissions:
7-
id-token: write
87
contents: read
9-
attestations: write
108
jobs:
119
build-and-release:
1210
name: Build and Release
@@ -47,10 +45,6 @@ jobs:
4745
- name: Prepare Assets
4846
run: |
4947
/usr/bin/tar --posix -cf "termite-${GITHUB_REF_NAME}.tar.zst" --exclude "termite-${GITHUB_REF_NAME}.tar.zst" --exclude .git -P -C . --files-from release.txt --use-compress-program zstdmt
50-
- name: Generate artifact attestation
51-
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
52-
with:
53-
subject-path: "termite-${GITHUB_REF_NAME}.tar.zst"
5448
- name: Create Release
5549
run: |
5650
gh release create --generate-notes --verify-tag "${GITHUB_REF#refs/*/}" -t "${GITHUB_REF#refs/*/}" --draft "termite-${GITHUB_REF_NAME}.tar.zst"

0 commit comments

Comments
 (0)