Skip to content

Commit eabb32a

Browse files
Merge pull request #81 from technote-space/release/v1.2.2
Release/v1.2.2
2 parents c8d3c53 + e3e59b3 commit eabb32a

File tree

3 files changed

+123
-127
lines changed

3 files changed

+123
-127
lines changed
Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
1-
on: create
2-
3-
name: Release
4-
5-
jobs:
6-
release:
7-
name: Release GitHub Actions
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Checkout
11-
uses: actions/checkout@master
12-
with:
13-
fetch-depth: 3
14-
- name: Check package version
15-
uses: technote-space/package-version-check-action@v1
16-
with:
17-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
18-
19-
- name: Release GitHub Actions
20-
uses: technote-space/release-github-actions@v1
21-
with:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
COMMIT_NAME: Technote
24-
COMMIT_EMAIL: technote.space@gmail.com
25-
OUTPUT_BUILD_INFO_FILENAME: build.json
26-
TEST_TAG_PREFIX: test/
27-
ORIGINAL_TAG_PREFIX: original/
28-
29-
- uses: 8398a7/action-slack@v1
30-
with:
31-
type: failure
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
35-
if: failure()
1+
on: create
2+
3+
name: Release
4+
5+
jobs:
6+
release:
7+
name: Release GitHub Actions
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@master
12+
with:
13+
fetch-depth: 3
14+
15+
- name: Release GitHub Actions
16+
uses: technote-space/release-github-actions@v1
17+
with:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
COMMIT_NAME: Technote
20+
COMMIT_EMAIL: technote.space@gmail.com
21+
OUTPUT_BUILD_INFO_FILENAME: build.json
22+
TEST_TAG_PREFIX: test/
23+
ORIGINAL_TAG_PREFIX: original/
24+
25+
- uses: 8398a7/action-slack@v1
26+
with:
27+
type: failure
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
31+
if: failure()

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/assign-author",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"author": "Technote <technote.space@gmail.com> (https://technote.space)",
66
"license": "MIT",
@@ -21,11 +21,11 @@
2121
"dependencies": {
2222
"@actions/core": "^1.2.0",
2323
"@actions/github": "^1.1.0",
24-
"@technote-space/filter-github-action": "^0.1.4",
25-
"@technote-space/github-action-helper": "^0.2.0"
24+
"@technote-space/filter-github-action": "^0.1.5",
25+
"@technote-space/github-action-helper": "^0.2.1"
2626
},
2727
"devDependencies": {
28-
"@technote-space/github-action-test-helper": "^0.0.11",
28+
"@technote-space/github-action-test-helper": "^0.0.12",
2929
"@types/jest": "^24.0.19",
3030
"@types/node": "^12.11.1",
3131
"@typescript-eslint/eslint-plugin": "^2.4.0",

0 commit comments

Comments
 (0)