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
@@ -543,6 +543,23 @@ promoteToPublic:
543
543
Promoted release is **publicly available** through a git tag at [\`{{version}}\`](https://github.com/sourcegraph/deploy-sourcegraph-helm/tree/{{version}}).
544
544
EOF
545
545
546
+
- name: 'Promote on release registry'
547
+
cmd: |
548
+
echo "Promoting deploy-sourcegraph-helm {{version}} release on release registry"
0 commit comments