Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
chore(release): 3.4.2 [skip ci]
Browse files Browse the repository at this point in the history
### [3.4.2](v3.4.1...v3.4.2) (2020-08-12)

### Bug Fixes

* log annotations ([5f7f134](5f7f134))
  • Loading branch information
semantic-release-bot committed Aug 12, 2020
1 parent f70d9e9 commit 972d934
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.2-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.2
```
## 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.2-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.2
```

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

### 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.2-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.2
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.2-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.2
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.2-beta.1",
"version": "3.4.2",
"private": true,
"description": "TypeScript template action",
"main": "lib/run.js",
Expand Down

0 comments on commit 972d934

Please sign in to comment.