Skip to content

Commit

Permalink
release notes no longer generated in build, revisit later
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtharriger committed May 19, 2024
1 parent 7ff67e5 commit b43b8e1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
build:
Expand Down Expand Up @@ -86,16 +89,16 @@ jobs:
name: clj-mergetool-macos-latest-arm64
path: target/clj-mergetool-macos-arm64

- name: Download release notes
uses: actions/download-artifact@v4
with:
name: release-notes
path: RELEASE_NOTES.md
# - name: Download release notes
# uses: actions/download-artifact@v4
# with:
# name: release-notes
# path: RELEASE_NOTES.md

- name: Create Release
uses: softprops/action-gh-release@v1
with:
body_path: RELEASE_NOTES.md
# body_path: RELEASE_NOTES.md
files: |
target/clj-mergetool-linux-amd64
target/clj-mergetool-linux-arm64
Expand Down

0 comments on commit b43b8e1

Please sign in to comment.