File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
4242 event-type : update-tag
4343# repository: OpenSimulationInterface/osi-sensor-model-packaging
4444 repository : philipwindecker/osi-sensor-model-packaging
45- client-payload : ' {"tag": "${{needs.setup.outputs.output1}}-antora"}'
45+ client-payload : ' {"tag": "v ${{needs.setup.outputs.output1}}-antora"}'
4646 - name : Update Documentation
4747 uses : peter-evans/repository-dispatch@v2
4848 with :
4949 token : ${{ secrets.MACHINE_USER_PAT }}
5050 event-type : update-tag
5151# repository: OpenSimulationInterface/osi-documentation
5252 repository : philipwindecker/osi-documentation
53- client-payload : ' {"tag": "${{needs.setup.outputs.output1}}"}'
53+ client-payload : ' {"tag": "v ${{needs.setup.outputs.output1}}"}'
5454 - name : Provide downstream repos some time
5555 uses : whatnick/wait-action@v0.1.2
5656 with :
7676 working-directory : antora
7777 run : |
7878 sed -i -E 's/branches: (.*) \# (open-.*|osi-.*)//g' site.yml
79+ cat site.yml
7980 # Create custom build instructions for GitHub compatibility
8081 - name : Create run instructions
8182 run : |
You can’t perform that action at this time.
0 commit comments