Skip to content

Commit

Permalink
Update publish_main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Dec 15, 2024
1 parent b28a4d8 commit 51bca31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
asset_path: ./package.rpm
asset_name: opentelemetry-shell_${{ steps.version.outputs.version }}.rpm
asset_content_type: application/octet-stream
- name: Attest
uses: actions/attest-build-provenance@v2
with:
subject-path: '${{ github.workspace }}/my-app'
- name: Attest
uses: actions/attest-build-provenance@v2
with:
subject-path: '${{ github.workspace }}/my-app'

demo-prepare:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 51bca31

Please sign in to comment.