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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,33 @@ jobs:
96
96
2. Login to CircleCI to configure the package
97
97
* Enable builds of your repo
98
98
* Add `GH_TOKEN` and `NPM_TOKEN` environment variables in the settings
99
+
100
+
101
+
## Github Actions
102
+
103
+
For Github Actions, `semantic-release-cli` performs the following additional step:
104
+
* Login to Github to configure the package
105
+
* Add `NPM_TOKEN` environment variables as a secret in the settings
106
+
107
+
For now you will have to manually modify your existing workflow to add a release step. Here is an example of a small complete workflow `.github/workflows/workflow.yml`:
0 commit comments