Skip to content

Commit

Permalink
chore: update releases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Sep 27, 2024
1 parent cef2bac commit 61f7a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
- uses: actions/checkout@v3
- name: conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v5.1.0
uses: TriPSs/conventional-changelog-action@v5
with:
preset: "conventionalcommits"
github-token: ${{ secrets.github_token }}
git-user-email: "office@baumrock.com"

- name: create release
uses: actions/create-release@v1
Expand Down

0 comments on commit 61f7a9d

Please sign in to comment.