Skip to content

Commit

Permalink
updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Karmenzind committed Oct 19, 2024
1 parent 38c6ab1 commit 6c0b5ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/manual-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ jobs:

- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
commitMode: true
# mode: COMMIT
failOnError: true

- name: echo changelog
run: echo "${{steps.build_changelog.outputs.changelog}}"

- name: "Set up Go"
uses: actions/setup-go@v5
Expand All @@ -43,9 +47,6 @@ jobs:
bash scripts/build.sh linux arm64
bash scripts/build.sh windows amd64
- name: echo changelog
run: echo "${{steps.build_changelog.outputs.changelog}}"

- name: "Save artifacts"
uses: actions/upload-artifact@v4
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:

- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
commitMode: true
mode: "COMMIT"
failOnError: true

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 6c0b5ee

Please sign in to comment.