Skip to content

Commit

Permalink
fix: template error (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamturns authored Mar 13, 2021
1 parent 10842db commit 0773731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/generate/latest/files/MAINTAINING.md.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The GitHub repo requires an `NPM_TOKEN` secret. This is used to publish the npm

- `npm login`
- `npm token create`
- Add `NPM_TOKEN` to the [GitHub repo secrets](https://github.com/<%- authorGithub ->/<%- packageName %>/settings/secrets)
- Add `NPM_TOKEN` to the [GitHub repo secrets](https://github.com/<%- authorGithub %>/<%- packageName %>/settings/secrets)

## Reviewing Pull Requests

Expand Down

0 comments on commit 0773731

Please sign in to comment.