Skip to content

Commit

Permalink
Upgrade build action to support node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 29, 2024
1 parent 69e257d commit 2cde219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
uses: mikepenz/release-changelog-builder-action@v4
with:
failOnError: true
commitMode: true
Expand All @@ -138,7 +138,7 @@ jobs:
for i in */; do cp ${i}opendtu-*.bin ./; done
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body: ${{steps.github_release.outputs.changelog}}
draft: False
Expand Down

0 comments on commit 2cde219

Please sign in to comment.