Skip to content

Commit 934c33c

Browse files
Update release.yml
Add 1m delay before continuing the release action Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 877cd01 commit 934c33c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
id: date_step
3030
run: echo "docdate=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
3131

32+
## Tag and update related repositories before checking them out for Antora and the deliverables
3233
tagging_update:
3334
name: Update OSMP & Documentation
3435
runs-on: ubuntu-22.04
@@ -50,6 +51,11 @@ jobs:
5051
# repository: OpenSimulationInterface/osi-documentation
5152
repository: philipwindecker/osi-documentation
5253
client-payload: '{"tag": "${{needs.setup.outputs.output1}}"}'
54+
- name: Provide downstream repos some time
55+
uses: whatnick/wait-action@v0.1.2
56+
with:
57+
time: '1m'
58+
5359

5460
## Antora job, responsible for creating the Antora output of the release
5561
antora:

0 commit comments

Comments
 (0)