We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 204f454 + 4715396 commit 4cadb5bCopy full SHA for 4cadb5b
.github/main.workflow
@@ -3,8 +3,8 @@ workflow "Primer Components Workflow" {
3
resolves = [
4
"npm lint",
5
"npm test",
6
- "deploy",
7
"publish",
+ "deploy",
8
]
9
}
10
@@ -36,4 +36,5 @@ action "publish" {
36
"GITHUB_TOKEN",
37
"NPM_AUTH_TOKEN",
38
39
-}
+ args = ["--", "--unsafe-perm"]
40
+}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@primer/components",
- "version": "10.0.0",
+ "version": "10.0.1",
"description": "Primer react components",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
0 commit comments