Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 6, 2024
1 parent e8759b4 commit b44c490
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: softprops/action-gh-release@v1
with:
tag_name: build/${{VERSION}}
name: MiriVoice v${{VERSION}} Beta
tag_name: build/${{env.VERSION}}
name: MiriVoice v${{env.VERSION}} Beta
draft: false
generate_release_notes: true
prerelease: true
Expand All @@ -86,8 +86,8 @@ jobs:
if: github.ref == 'refs/heads/stable'
uses: softprops/action-gh-release@v1
with:
tag_name: build/${{VERSION}}
name: MiriVoice v${{VERSION}}
tag_name: build/${{env.VERSION}}
name: MiriVoice v${{env.VERSION}}
generate_release_notes: true
draft: false
prerelease: false
Expand Down

0 comments on commit b44c490

Please sign in to comment.