Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
werwolf2303 authored Oct 29, 2022
1 parent 3731fc8 commit e1df324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
id: create_release
with:
draft: false
prerelease: false
release_name: nightlydev-${{ steps.date.outputs.date }}-${{ steps.time.outputs.time }}
tag_name: ${{ github.ref }}
prerelease: true
release_name: dev
tag_name: ${{ steps.date.outputs.date }}-${{ steps.time.outputs.time }}
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1df324

Please sign in to comment.