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 99 paths :
1010 - .github/workflows/demo-version-index.yaml
1111 - app-engine/demo-version-index/**
12- release :
13- types : [published]
1412 # NOTE: So long as releases are made without a personal access token (PAT),
1513 # they will not activate this workflow's release trigger. For now, the
1614 # 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:
202202 TAG=${{ needs.release.outputs.tag_name }}
203203 BRANCH=$(echo "$TAG" | sed -e 's/\.0$/.x/')
204204 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