File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
83
83
- name : Sign artifact
84
84
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
85
- uses : sigstore/gh-action-sigstore-python@v2.1.1
85
+ uses : sigstore/gh-action-sigstore-python@v3.0.0
86
86
with :
87
87
inputs : ./medusa-*.tar.gz
88
88
92
92
name : medusa-${{ runner.os }}-${{ runner.arch }}
93
93
path : |
94
94
./medusa-*.tar.gz
95
- ./medusa-*.tar.gz.sigstore
95
+ ./medusa-*.tar.gz.sigstore.json
96
96
97
97
release :
98
98
needs : [build]
@@ -117,7 +117,7 @@ jobs:
117
117
name : " ${{ github.ref_name }}"
118
118
files : |
119
119
./medusa-*.tar.gz
120
- ./medusa-*.tar.gz.sigstore
120
+ ./medusa-*.tar.gz.sigstore.json
121
121
122
122
lint :
123
123
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
"os"
8
8
)
9
9
10
- const version = "0.1.7 "
10
+ const version = "0.1.8 "
11
11
12
12
// rootCmd represents the root CLI command object which all other commands stem from.
13
13
var rootCmd = & cobra.Command {
You can’t perform that action at this time.
0 commit comments