diff options
| author | Factiven <[email protected]> | 2023-08-08 13:16:55 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-08 13:16:55 +0700 |
| commit | 35f50ea6ba56ceb839ff96eb289df53771e23a61 (patch) | |
| tree | 2fb5101a4bf6a3fd01d58037b5156b602d186e41 /.github | |
| parent | Dockerfile for building moopa (#34) (diff) | |
| download | moopa-35f50ea6ba56ceb839ff96eb289df53771e23a61.tar.xz moopa-35f50ea6ba56ceb839ff96eb289df53771e23a61.zip | |
Update v3.8.7 - Merged Beta to Main (#39)
* Update v3.8.6
> Minor update for Android 13 user
* Update v3.8.7
> Added prev and next button to mediaSession
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff20968..6a82241 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,6 @@ jobs: echo "Version found in commit message: $version" echo "::set-output name=version::$version" shell: bash - - name: Create Release id: create_release uses: actions/create-release@v1 |