diff --git a/.github/workflows/deploy_app.yml b/.github/workflows/deploy_app.yml index bf59d7f2..1ea39088 100644 --- a/.github/workflows/deploy_app.yml +++ b/.github/workflows/deploy_app.yml @@ -79,7 +79,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ steps.sign_app.outputs.signedReleaseFile }} - tag: ${{ githitub.ref }} + tag: ${{ github.ref }} - name: Upload bundle to release uses: svenstaro/upload-release-action@v2