Skip to content

Commit

Permalink
ci: experiment with deploy on push
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Dec 18, 2024
1 parent 5477ba3 commit de71797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/asia-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
push:
release:
types: [released, edited]

Expand All @@ -17,7 +18,7 @@ jobs:
- name: Download release asset
uses: dsaltares/[email protected]
with:
version: ${{ github.ref }}
version: tags/3.1.6
file: 'HSTracker.app.zip'

- name: Configure AWS Credentials
Expand Down

0 comments on commit de71797

Please sign in to comment.