File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,6 @@ jobs:
149
149
MACOS_NOTARIZATION_TEAM_ID : ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
150
150
MACOS_NOTARIZATION_APP_PW : ${{ secrets.MACOS_NOTARIZATION_APP_PW }}
151
151
152
- - name : Trigger CLI Autodoc
153
- uses : peter-evans/repository-dispatch@v1
154
- with :
155
- token : ${{ secrets.DOCS_ACTION_TRIGGER_TOKEN }}
156
- repository : DefangLabs/defang-docs
157
- event-type : cli-autodoc
158
- client-payload : ' {"version": "${{ github.ref_name }}"}'
159
-
160
152
publish-npm-binaries :
161
153
runs-on : ubuntu-latest
162
154
needs : go-release
@@ -171,6 +163,14 @@ jobs:
171
163
working-directory : ./pkgs/npm
172
164
173
165
steps :
166
+ - name : Trigger CLI Autodoc
167
+ uses : peter-evans/repository-dispatch@v1
168
+ with :
169
+ token : ${{ secrets.DOCS_ACTION_TRIGGER_TOKEN }}
170
+ repository : DefangLabs/defang-docs
171
+ event-type : cli-autodoc
172
+ client-payload : ' {"version": "${{ github.ref_name }}"}'
173
+
174
174
- name : Checkout tag
175
175
uses : actions/checkout@v4
176
176
You can’t perform that action at this time.
0 commit comments