Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Nov 2, 2023
1 parent 24a46ac commit a03f1fc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build_and_update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,15 @@ jobs:
node-version: '14'

- name: Install dependencies
run: yarn install
run: |
yarn install
yarn add github-changelog-generator
- name: Build
run: yarn build

- name: Generate Changelog
uses: github-changelog-generator/github-changelog-generator@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
output: CHANGELOG.md
base: ''
header-label: '# Changelog'
unreleased: true
compare-link: true
future-release: vNext
run: yarn github-changelog-generator --output CHANGELOG.md --header-label '# Changelog' --unreleased --compare-link --future-release vNext

- name: Commit changes
run: |
Expand Down

0 comments on commit a03f1fc

Please sign in to comment.