We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877cd01 commit 934c33cCopy full SHA for 934c33c
1 file changed
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
id: date_step
30
run: echo "docdate=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
31
32
+ ## Tag and update related repositories before checking them out for Antora and the deliverables
33
tagging_update:
34
name: Update OSMP & Documentation
35
runs-on: ubuntu-22.04
@@ -50,6 +51,11 @@ jobs:
50
51
# repository: OpenSimulationInterface/osi-documentation
52
repository: philipwindecker/osi-documentation
53
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
+
59
60
## Antora job, responsible for creating the Antora output of the release
61
antora:
0 commit comments