Skip to content

Commit

Permalink
request: change step names
Browse files Browse the repository at this point in the history
  • Loading branch information
lectrical committed Dec 28, 2024
1 parent 1279459 commit 9e00ee4
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: Docker attest-build-provenance
- name: Generate signed attestations
if: startsWith(github.ref, 'refs/tags/')
uses: actions/attest-build-provenance@v2
with:
Expand Down Expand Up @@ -393,7 +393,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: Release attest-build-provenance
- name: Generate signed attestations
uses: actions/attest-build-provenance@v2
with:
subject-path: jq-*
Expand Down

0 comments on commit 9e00ee4

Please # to comment.