Skip to content

Commit

Permalink
ci: 🚀 change release message
Browse files Browse the repository at this point in the history
  • Loading branch information
OnCloud125252 committed Apr 23, 2024
1 parent 3cad68b commit f14e4cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
upx -f --best --lzma dist/cm-cli_linux_amd64_uncompressed -o dist/cm-cli_linux_amd64
- name: Upload binary
- name: Upload artifact
uses: actions/upload-artifact@master
with:
name: cm-cli
Expand All @@ -63,7 +63,7 @@ jobs:
permissions: write-all

steps:
- name: Download binary
- name: Download artifact
uses: actions/download-artifact@master
with:
name: cm-cli
Expand All @@ -76,7 +76,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ needs.check.outputs.commit_message }}
release_name: Release ${{ needs.check.outputs.commit_message }}
release_name: 🎉 Release ${{ needs.check.outputs.commit_message }}
body: |
This release was automatically created by GitHub Actions.
Expand Down

0 comments on commit f14e4cb

Please sign in to comment.