Skip to content

Commit 5361a0b

Browse files
author
Emily
authored
Merge pull request #397 from primer/release-10.0.0
Release 10.0.0 PR
2 parents 46551dd + 0dba2e1 commit 5361a0b

File tree

12 files changed

+338
-629
lines changed

12 files changed

+338
-629
lines changed

.github/main.workflow

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ workflow "Primer Components Workflow" {
44
"npm lint",
55
"npm test",
66
"deploy",
7+
"publish",
78
]
89
}
910

@@ -25,6 +26,14 @@ action "npm test" {
2526
}
2627

2728
action "deploy" {
28-
uses = "primer/deploy@master"
29+
uses = "primer/deploy@v2.0.0"
2930
secrets = ["GITHUB_TOKEN", "NOW_TOKEN"]
3031
}
32+
33+
action "publish" {
34+
uses = "primer/publish@master"
35+
secrets = [
36+
"GITHUB_TOKEN",
37+
"NPM_AUTH_TOKEN",
38+
]
39+
}

0 commit comments

Comments
 (0)