mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update README.md
This commit is contained in:
parent
9ef5a235d2
commit
de24970be8
1 changed files with 5 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -21,10 +21,6 @@ publishing `.js` files and types declaration `.d.ts` files, which are the output
|
|||
|
||||
And that's all there is to it!
|
||||
|
||||
> 🗣️ Since a recent GitHub update you need to manually allow GitHub Action to push on your repo.
|
||||
> Fo this reason the initial setup will fail.
|
||||
> You need to enabled permission and re-run failed job: [see video](https://user-images.githubusercontent.com/6702424/213480604-0aac0ea7-487f-491d-94ae-df245b2c7ee8.mov)
|
||||
|
||||
Key features:
|
||||
|
||||
- Unlike traditional CLI tools, `ts-ci` utilizes automation within Github Actions. Simply update your `package.json` version number and push. Your new version is automatically published on NPM.
|
||||
|
|
@ -36,8 +32,6 @@ Key features:
|
|||
https://user-images.githubusercontent.com/6702424/197344513-065246b9-8823-4894-a9a7-6c539da10655.mp4
|
||||
|
||||
|
||||
|
||||
|
||||
# Examples of project using this template
|
||||
|
||||
- [Keycloakify](https://github.com/garronej/keycloakify)
|
||||
|
|
@ -48,6 +42,10 @@ https://user-images.githubusercontent.com/6702424/197344513-065246b9-8823-4894-a
|
|||
|
||||
# How to use
|
||||
|
||||
> 🗣️ Since a recent GitHub update you need to manually allow GitHub Action to push on your repo.
|
||||
> Fo this reason the initial setup will fail.
|
||||
> You need to enabled permission and re-run failed job: [see video](https://user-images.githubusercontent.com/6702424/213480604-0aac0ea7-487f-491d-94ae-df245b2c7ee8.mov)
|
||||
|
||||
- Click on 
|
||||
- The repo name you will choose will be used as a module name for NPM.
|
||||
- Go to the repository ``Settings`` tab, then ``Secrets`` you will need to add a new secret:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue