Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
build: fix typo in deploy action
Browse files Browse the repository at this point in the history
-.-
  • Loading branch information
d-Rickyy-b committed Jun 15, 2021
1 parent 666f52c commit 0b03845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b03845

Please sign in to comment.