Skip to content

Commit

Permalink
ci: update changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
ephrimlawrence committed Feb 19, 2024
1 parent 1d52bf9 commit cc88799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.github_token }}
fetch-depth: 0

- name: Bump version and push tag
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.github_token }}
git-message: "change log (release): {version}"
preset: "angular"
tag-prefix: "v"
Expand Down

0 comments on commit cc88799

Please sign in to comment.