File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@master
14+ uses : actions/checkout@main
1515 with :
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
1818
1919 - name : Setup Node.js 12.x
20- uses : actions/setup-node@master
20+ uses : actions/setup-node@main
2121 with :
2222 node-version : 12.x
2323
2626
2727 - name : Create Release Pull Request or Publish to npm
2828 id : changesets
29- uses : changesets/action@master
29+ uses : changesets/action@main
3030 with :
3131 # This expects you to have a script called release which does a build for your packages and calls changeset publish
3232 publish : yarn release
Original file line number Diff line number Diff line change 11# react-simple-typewriter
22
3+ ## 2.0.5
4+
5+ ### Patch Changes
6+
7+ - fix github action
8+
39## 2.0.4
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-simple-typewriter" ,
3- "version" : " 2.0.4 " ,
3+ "version" : " 2.0.5 " ,
44 "description" : " A simple react component for adding a nice typewriter effect to your project." ,
55 "author" :
" awran5 <[email protected] >" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments