Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #228 from technote-space/release/v1.2.4
Browse files Browse the repository at this point in the history
Release/v1.2.4
  • Loading branch information
technote-space committed Sep 28, 2019
2 parents 89c1d87 + aef5631 commit ae08bbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_version.yml
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Check package version
uses: technote-space/package-version-check-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TEST_TAG_PREFIX: test/
BRANCH_PREFIX: release/
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check package version
uses: technote-space/package-version-check-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Install Package dependencies
run: yarn install
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toc.yml
Expand Up @@ -8,4 +8,4 @@ jobs:
- name: TOC Generator
uses: technote-space/toc-generator@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@technote-space/gutenberg-utils",
"version": "1.2.3",
"version": "1.2.4",
"description": "gutenberg utils",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit ae08bbc

Please sign in to comment.