Skip to content

Commit a222c47

Browse files
Update release.yml
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 934c33c commit a222c47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
@@ -76,6 +76,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)