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: app/templates/crate/settings/new-trusted-publisher.hbs
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,18 @@
106
106
</div>
107
107
{{else}}
108
108
<divlocal-class="note">
109
-
The filename of the publishing workflow. This file should be present in the <code>.github/workflows/</code> directory of the repository configured above. For example: <code>release.yml</code> or <code>publish.yml</code>.
109
+
The filename of the publishing workflow. This file should be present in the
0 commit comments