File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : ' github-actions'
4+ directory : ' /'
5+ schedule :
6+ interval : ' weekly'
Original file line number Diff line number Diff line change 1+ name : Publish gem to rubygems.org
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*'
7+
8+ permissions :
9+ contents : read
10+
11+ jobs :
12+ push :
13+ if : github.repository == 'prontolabs/pronto-fasterer'
14+ runs-on : ubuntu-latest
15+
16+ permissions :
17+ contents : write
18+ id-token : write
19+
20+ steps :
21+ - uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
22+ with :
23+ egress-policy : audit
24+
25+ - uses : actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.2
26+
27+ - uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
28+ with :
29+ bundler-cache : true
30+ ruby-version : ' 3.4'
31+
32+ - uses : rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1
You can’t perform that action at this time.
0 commit comments