Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Jan 4, 2024
1 parent ccdf1be commit d1f59b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/releaseDeployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
# Create the release with changelog
###########################################

- name: Build Changelog
id: build_changelog_push
uses: https://github.com/mikepenz/[email protected]
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitMode: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# commitMode: true



Expand Down

0 comments on commit d1f59b8

Please sign in to comment.