Skip to content

Commit a053891

Browse files
committed
[CI] Use different action for releasing
1 parent 4a5f3ee commit a053891

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Release
22
on:
33
push:
44
tags:
@@ -14,10 +14,9 @@ jobs:
1414
id: version
1515

1616
- name: Release
17-
uses: actions/create-release@v1
17+
uses: softprops/action-gh-release@v1
1818
with:
1919
token: ${{ secrets.RELEASE_ACCESS_TOKEN }}
20+
name: SpaceDisplay ${{ steps.version.outputs.version }}
2021
draft: false
2122
prerelease: true
22-
release_name: SpaceDisplay ${{ steps.version.outputs.version }}
23-
tag_name: ${{ github.ref }}

0 commit comments

Comments
 (0)