Skip to content

Commit

Permalink
updated workflow to be proper release
Browse files Browse the repository at this point in the history
  • Loading branch information
takilara committed May 9, 2021
1 parent 1bd8e4c commit 7e8feea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
prerelease: true
draft: false
prerelease: false

# modify to also upload version.lua
- name: Upload Release Asset
Expand Down

0 comments on commit 7e8feea

Please sign in to comment.