Skip to content

Commit

Permalink
chore(release): 3.4.1-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
### [3.4.1-beta.1](v3.4.0...v3.4.1-beta.1) (2020-07-14)

### Bug Fixes

* remove changelog ([2e15e6a](2e15e6a))
  • Loading branch information
semantic-release-bot committed Jul 14, 2020
1 parent 2e15e6a commit 9572f0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
```
## Features
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
```

## Examples
Expand All @@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
```

### Environment Variables
Expand All @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
```
Expand All @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0
- uses: bradennapier/eslint-plus-action@v3.4.1-beta.1
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-action",
"version": "3.4.0",
"version": "3.4.1-beta.1",
"private": true,
"description": "TypeScript template action",
"main": "lib/run.js",
Expand Down

0 comments on commit 9572f0c

Please sign in to comment.