Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoAdam authored Dec 2, 2023
1 parent 139ab3d commit 85f996b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get-commit-hash.outputs.commit_hash }}
release_name: Release ${{ steps.get-commit-hash.outputs.commit_hash }}
tag_name: ${{ steps.get_commit_hash.outputs.commit_hash }}
release_name: Release ${{ steps.get_commit_hash.outputs.commit_hash }}
draft: false
prerelease: false

0 comments on commit 85f996b

Please sign in to comment.