File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1111permissions :
1212 contents : write
1313 packages : write
14+ id-token : write
15+ attestations : write
1416
1517jobs :
1618 release :
3941 # builds the gem and saves the version to GITHUB_ENV
4042 - name : build
4143 run : echo "GEM_VERSION=$(gem build ${{ env.GEM_NAME }}.gemspec 2>&1 | grep Version | cut -d':' -f 2 | tr -d " \t\n\r")" >> $GITHUB_ENV
44+
45+ - uses : actions/attest-build-provenance@v1
46+ with :
47+ subject-path : " ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
4248
4349 - name : publish to GitHub packages
4450 run : |
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- entitlements-app (0.3.2 )
4+ entitlements-app (0.3.3 )
55 concurrent-ruby (= 1.1.9 )
66 faraday (~> 2.0 )
77 net-ldap (~> 0.17 )
Original file line number Diff line number Diff line change 22
33module Entitlements
44 module Version
5- VERSION = "0.3.2 "
5+ VERSION = "0.3.3 "
66 end
77end
You can’t perform that action at this time.
0 commit comments