Skip to content

Commit

Permalink
Change release action
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Dec 14, 2021
1 parent 56ca159 commit d527b21
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,11 @@ jobs:
steps:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: "marvinpinto/action-automatic-releases@latest"
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
# draft: true
# prerelease: true
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: riftshare*.zip
- name: Download macOS-AMD package
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit d527b21

Please sign in to comment.