Skip to content

Commit

Permalink
request: clarifiy step name
Browse files Browse the repository at this point in the history
  • Loading branch information
lectrical committed Dec 28, 2024
1 parent 67cf80d commit c5b380e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
platforms: linux/386,linux/amd64,linux/arm64,linux/mips64le,linux/ppc64le,linux/riscv64,linux/s390x
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
- name: attest-build-provenance
- name: Docker attest-build-provenance
if: startsWith(github.ref, 'refs/tags/')
uses: actions/attest-build-provenance@v2
with:
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
sha256sum jq-* > sha256sum.txt
gh release create "$TAG_NAME" --draft --title "jq ${TAG_NAME#jq-}" --generate-notes
gh release upload "$TAG_NAME" --clobber jq-* sha256sum.txt
- name: attest-build-provenance
- name: Release attest-build-provenance
uses: actions/attest-build-provenance@v2
with:
subject-path: jq-*
Expand Down

0 comments on commit c5b380e

Please # to comment.