Skip to content

Commit

Permalink
Merge pull request #27 from technote-space/release/v0.1.3
Browse files Browse the repository at this point in the history
Release/v0.1.3
  • Loading branch information
technote-space committed Sep 25, 2019
2 parents d1f3db2 + 07632ea commit 094489a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check_version.yml
@@ -0,0 +1,16 @@
on: push
name: Check package version
jobs:
checkVersion:
name: Check package version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 3
- name: Check package version
uses: technote-space/ga-package-version-checker@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TEST_TAG_PREFIX: test/
BRANCH_PREFIX: release/
2 changes: 1 addition & 1 deletion .github/workflows/toc.yml
@@ -1,7 +1,7 @@
on: push
name: TOC Generator
jobs:
assignAuthor:
toc:
name: TOC Generator
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-helper",
"version": "0.1.2",
"version": "0.1.3",
"description": "Helper to filter GitHub Action.",
"author": "Technote <technote.space@gmail.com> (https://technote.space)",
"license": "MIT",
Expand Down

0 comments on commit 094489a

Please sign in to comment.