Skip to content

Commit

Permalink
Merge pull request #64 from mellobacon/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mellobacon authored May 30, 2023
2 parents 5fe62b7 + 45717cd commit f42c76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__ (test build) # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "App v__VERSION__-TEST-BUILD"
tagName: Nucleus-v__VERSION__-alpha # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "Nucleus v__VERSION__-alpha"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: true

0 comments on commit f42c76a

Please sign in to comment.