Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
Releases should now contain the message from the latest commit to describe basic changes.
  • Loading branch information
F0903 authored Oct 27, 2023
1 parent 264068d commit 1bfb5d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set toolchain
run: rustup override set nightly
- name: Build
Expand All @@ -30,4 +30,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.set_version.outputs.version }}
body: ${{ github.event.head_commit.message }}
files: target/release/dr-downloader-cli.exe

0 comments on commit 1bfb5d8

Please sign in to comment.