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: README.md
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -520,6 +520,65 @@ jobs:
520
520
pub_credentials: ${{ secrets.PUB_CREDENTIALS }}
521
521
```
522
522
523
+
## Mason Publish Workflow
524
+
525
+
### Steps
526
+
527
+
The Mason Publish workflow consists of the following steps:
528
+
529
+
1. Install Mason
530
+
2. Setup Mason credentials
531
+
3. Dry run
532
+
4. Publish
533
+
534
+
### Inputs
535
+
536
+
#### `mason_version`
537
+
538
+
**Optional** Which Mason version to use (e.g. `0.1.0-dev.50`).
539
+
540
+
**Default** `""`
541
+
542
+
#### `working_directory`
543
+
544
+
**Optional** The path to the root of the Mason brick.
545
+
546
+
**Default** `"."`
547
+
548
+
#### `runs_on`
549
+
550
+
**Optional** An optional operating system on which to run the workflow.
551
+
552
+
**Default** `"ubuntu-latest"`
553
+
554
+
#### `mason_credentials`
555
+
556
+
**Required** The mason credentials needed for publishing. This can be retrieved by reading out your `mason-credentials.json` on your system after you ran a `mason login`, the location of the file is different per operating system:
0 commit comments