You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release.yaml
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -333,6 +333,23 @@ promoteToPublic:
333
333
Promoted release is **publicly available** through a git tag at [\`{{version}}\`](https://github.com/sourcegraph/deploy-sourcegraph-k8s/tree/{{version}}).
334
334
EOF
335
335
336
+
- name: 'Promote on release registry'
337
+
cmd: |
338
+
echo "Promoting deploy-sourcegraph-k8s {{version}} release on release registry"
0 commit comments