File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
paths :
10
10
- .github/workflows/demo-version-index.yaml
11
11
- app-engine/demo-version-index/**
12
- release :
13
- types : [published]
14
12
# NOTE: So long as releases are made without a personal access token (PAT),
15
13
# they will not activate this workflow's release trigger. For now, the
16
14
# schedule trigger will compensate for that by updating the index nightly.
Original file line number Diff line number Diff line change @@ -202,3 +202,8 @@ jobs:
202
202
TAG=${{ needs.release.outputs.tag_name }}
203
203
BRANCH=$(echo "$TAG" | sed -e 's/\.0$/.x/')
204
204
git push origin refs/tags/"$TAG"^{commit}:refs/heads/"$BRANCH"
205
+
206
+ update-demo-index :
207
+ name : Deploy Demo Version Index
208
+ needs : [appspot]
209
+ uses : ./.github/workflows/demo-version-index.yaml
You can’t perform that action at this time.
0 commit comments