We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9d707 commit 8712ed4Copy full SHA for 8712ed4
1 file changed
README.md
@@ -53,6 +53,22 @@ run()
53
54
See the [toolkit documentation](https://github.com/actions/toolkit/blob/master/README.md#packages) for the various packages.
55
56
+## Publish to a distribution branch
57
+
58
+Comment out node_modules in .gitignore
59
+```bash
60
+# Dependency directories
61
+# node_modules/
62
+```
63
64
65
+$ git checkout -b releases/v1
66
67
68
69
+$ npm prune --production
70
71
72
## Usage:
73
74
The uses path will be the org and repo where you create your action
0 commit comments