File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 permissions :
14+ id-token : write
1415 contents : write
16+ attestations : write
1517
1618 strategy :
1719 fail-fast : true
4143 - name : Check generated PHAR
4244 run : bin/git-user-bend.phar --version
4345
44- - name : Create Release
46+ - name : Create release
4547 uses : softprops/action-gh-release@v2
4648 if : startsWith(github.ref, 'refs/tags/')
4749 with :
4850 files : bin/git-user-bend.phar
51+
52+ - name : Create attestation
53+ uses : actions/attest-build-provenance@v1
54+ with :
55+ subject-path : bin/git-user-bend.phar
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55
66## [ Unreleased]
77
8+ ### Added
9+
10+ - Attested dist builds.
11+
812## [ v1.2.1] - 2023-11-28
913
1014### Added
You can’t perform that action at this time.
0 commit comments