Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 authored Nov 16, 2024
1 parent 57a27a7 commit c229094
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
pattern: "*-${{inputs.distribution-channel}}"
path: dist
merge-multiple: true
- uses: actions/attest-build-provenance@v1
with:
subject-path: "dist/root*, dist/latest*.yml"
- run: gh release create v${{inputs.app-version}} dist/root* dist/latest*.yml --repo ${{github.repository}}
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit c229094

Please sign in to comment.