File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -124,34 +124,6 @@ jobs:
124
124
tag_with_ref : true
125
125
tags : latest
126
126
127
- push_to_tap :
128
- needs : push_to_pypi
129
- name : Push to GitGuardian taps
130
- runs-on : ubuntu-22.04
131
- if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
132
- steps :
133
- - name : Set up Python 3.9
134
- uses : actions/setup-python@v5
135
- with :
136
- python-version : 3.9
137
-
138
- - name : Checkout Homebrew-tap
139
- uses : actions/checkout@v4
140
- with :
141
- repository : GitGuardian/homebrew-tap
142
- token : ${{ secrets.PAT_GITHUB }}
143
-
144
- - name : Update Homebrew-tap
145
- run : |
146
- version=${GITHUB_REF/refs\/tags\/v/}
147
-
148
- git config user.name github-actions
149
- git config user.email [email protected]
150
-
151
- scripts/update-ggshield --commit "$version"
152
-
153
- git push
154
-
155
127
push_to_cloudsmith :
156
128
needs : build_release_assets
157
129
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments