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 e1df324 commit ae6fe60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
draft: false
prerelease: true
release_name: dev
tag_name: ${{ steps.date.outputs.date }}-${{ steps.time.outputs.time }}
release_name: ${{ steps.date.outputs.date }}-${{ steps.time.outputs.time }}
tag_name: dev
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit ae6fe60

Please sign in to comment.