Skip to content

Commit

Permalink
chore: formatted file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Sep 17, 2024
1 parent 404eede commit 28539d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-22.04
needs: [test-action]
needs: [test-action, test-typescript]
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Conventional Changelog Update
uses: TriPSs/conventional-changelog-action@v5
id: changelog
id: changelog
with:
github-token: ${{ github.token }}
output-file: "CHANGELOG.md"
skip-version-file: "true"
skip-commit: "true"
git-push: "true"
output-file: 'CHANGELOG.md'
skip-version-file: 'true'
skip-commit: 'true'
git-push: 'true'

- name: Create Release
uses: softprops/action-gh-release@v2
Expand All @@ -101,4 +101,4 @@ jobs:
token: ${{ github.token }}
tag_name: ${{ steps.changelog.outputs.tag }}
name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
body: ${{ steps.changelog.outputs.clean_changelog }}

0 comments on commit 28539d8

Please sign in to comment.