Skip to content

Commit

Permalink
Merge pull request #11 from theowiik/build8
Browse files Browse the repository at this point in the history
Build 8
  • Loading branch information
theowiik authored Sep 16, 2023
2 parents 3f1c03e + a70efd1 commit be6e47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release/${{ steps.current-time.outputs.time }}
release_name: Release_${{ steps.current-time.outputs.time }}
tag_name: release/${{ steps.current-time.outputs.formattedTime }}
release_name: release_${{ steps.current-time.outputs.formattedTime }}
draft: false
prerelease: false

Expand Down

0 comments on commit be6e47e

Please sign in to comment.