Skip to content

Commit

Permalink
Updated release name
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 1, 2021
1 parent ce02693 commit e3a332b
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 @@ -52,7 +52,7 @@ jobs:
if: runner.os == 'Windows'
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ steps.tagName.outputs.tag }}
name: Dev Manager ${{ steps.tagName.outputs.tag }}
prerelease: true
allowUpdates: true
artifacts: release/*.exe
Expand All @@ -63,7 +63,7 @@ jobs:
if: runner.os == 'Linux'
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ steps.tagName.outputs.tag }}
name: Dev Manager ${{ steps.tagName.outputs.tag }}
prerelease: true
allowUpdates: true
artifacts: release/*.AppImage
Expand All @@ -74,7 +74,7 @@ jobs:
if: runner.os == 'macOS'
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ steps.tagName.outputs.tag }}
name: Dev Manager ${{ steps.tagName.outputs.tag }}
prerelease: true
allowUpdates: true
artifacts: release/*.dmg

0 comments on commit e3a332b

Please sign in to comment.