Skip to content

Commit

Permalink
ci: 自動生成 CI の修正 (#81) (#87)
Browse files Browse the repository at this point in the history
* Fix installing deps

* Fix to run on tag
  • Loading branch information
MikuroXina committed Mar 22, 2022
1 parent 67e58f3 commit 8c466fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Generate CHANGELOG

on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: "16"
- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8c466fc

Please sign in to comment.