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: .github/workflows/publish.yml
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ name: publish
4
4
5
5
on:
6
6
workflow_dispatch: # Manually trigger. Colon is required.
7
+
inputs:
8
+
from-package:
9
+
description: 'Check to publish from-package instead of the default publish. This is used to publish packages that have already been version bumped and tagged by a previous workflow run, but failed to publish for some reason.'
10
+
required: false
11
+
type: boolean
12
+
default: false
7
13
schedule:
8
14
- cron: '5 17 * * 4'# Thursdays at 17:05 UTC (09:05 PST / 10:05 PDT)
0 commit comments