File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11
11
permissions :
12
12
contents : write
13
13
packages : write
14
+ id-token : write
15
+ attestations : write
14
16
15
17
jobs :
16
18
release :
39
41
# builds the gem and saves the version to GITHUB_ENV
40
42
- name : build
41
43
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"
42
48
43
49
- name : publish to GitHub packages
44
50
run : |
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- entitlements-app (0.3.2 )
4
+ entitlements-app (0.3.3 )
5
5
concurrent-ruby (= 1.1.9 )
6
6
faraday (~> 2.0 )
7
7
net-ldap (~> 0.17 )
Original file line number Diff line number Diff line change 2
2
3
3
module Entitlements
4
4
module Version
5
- VERSION = "0.3.2 "
5
+ VERSION = "0.3.3 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments