From 85f996bc6b7ff3d1fac0e608f4df06e947f19f18 Mon Sep 17 00:00:00 2001 From: PetoAdam <61557670+PetoAdam@users.noreply.github.com> Date: Sat, 2 Dec 2023 21:08:50 +0100 Subject: [PATCH] fix typo --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index bd1abcf..76a21e9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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