Skip to content

Commit 2c0d6c8

Browse files
authored
Merge pull request #1993 from dev-hato/develop
リリース
2 parents c384743 + 81a394b commit 2c0d6c8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/deploy-hato-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
id: get_python_version
123123
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
124124
env:
125-
HEAD_REF: ${{github.head_ref}}
125+
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
126126
- uses: dev-hato/actions-diff-pr-management@v1.1.1
127127
with:
128128
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -153,7 +153,7 @@ jobs:
153153
- uses: actions/checkout@v3.1.0
154154
- run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
155155
env:
156-
HEAD_REF: ${{github.head_ref}}
156+
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
157157

158158
deploy-complete:
159159
runs-on: ubuntu-latest

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1",
1515
"js-yaml": "4.1.0",
1616
"markdownlint-cli": "0.32.2",
17-
"renovate": "34.43.0",
17+
"renovate": "34.43.1",
1818
"textlint": "12.2.3",
1919
"textlint-filter-rule-comments": "1.2.2",
2020
"textlint-rule-abbr-within-parentheses": "1.0.2",

0 commit comments

Comments
 (0)