Skip to content

Commit fe6a6f7

Browse files
committed
github action
1 parent a5221c5 commit fe6a6f7

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -26,7 +26,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)