Skip to content

Commit

Permalink
💚 Release: Get last commit, rename release name
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Feb 26, 2024
1 parent 03c856f commit f1f19f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- build
if: ${{ needs.prepare.outputs.CONTINUE == 'true' }}
steps:
- name: Checkout repo
uses: actions/checkout@main

- name: Download Artifact
uses: actions/download-artifact@main

Expand All @@ -84,7 +87,7 @@ jobs:
body: ${{ steps.last-commit.outputs.message }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./VNULIB-Downloader-*/VNULIB-Downloader-*
release_name: ${{ needs.prepare.outputs.VERSION }}
release_name: VNULIB Downloader ${{ needs.prepare.outputs.VERSION }}
tag: ${{ needs.prepare.outputs.VERSION }}
file_glob: true
overwrite: false
Expand Down

0 comments on commit f1f19f5

Please sign in to comment.