Skip to content

Commit

Permalink
Better release name
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 17, 2024
1 parent 950d164 commit ccc7454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:

- name: Debug artifacts
run: ls .

- name: Create release
uses: softprops/action-gh-release@v2
with:
name: v${{ inputs.version }} ${{ inputs.env }}
name: Moonshine SDK Installer ${{ inputs.version }} ${{ inputs.env == 'production' && ' ' || 'Development' }}
tag_name: ${{ env.tag }}
target_commitish: ${{ github.sha }}
body: |
Expand Down

0 comments on commit ccc7454

Please sign in to comment.