Skip to content

Commit

Permalink
[CI] Use different action for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Oct 9, 2021
1 parent 4a5f3ee commit a053891
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Release
on:
push:
tags:
Expand All @@ -14,10 +14,9 @@ jobs:
id: version

- name: Release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.RELEASE_ACCESS_TOKEN }}
name: SpaceDisplay ${{ steps.version.outputs.version }}
draft: false
prerelease: true
release_name: SpaceDisplay ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}

0 comments on commit a053891

Please sign in to comment.