From 0b03845a01af22a6d7f60d8fefaec88dc4aa8802 Mon Sep 17 00:00:00 2001 From: Rico Date: Wed, 16 Jun 2021 00:35:33 +0200 Subject: [PATCH] build: fix typo in deploy action -.- --- .github/workflows/deploy_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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