diff --git a/.github/workflows/android_daily_update.yml b/.github/workflows/android_daily_update.yml index e171813c..6caef2af 100644 --- a/.github/workflows/android_daily_update.yml +++ b/.github/workflows/android_daily_update.yml @@ -54,10 +54,8 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - if: "contains(github.event.head_commit.message, '#release')" + if: startsWith(github.ref, 'refs/tags/') with: - tag_name: Beta Release files: | ${{ github.workspace }}/app/build/outputs/apk/release/*.apk ${{ github.workspace }}/app/build/outputs/apk/debug/*.apk -