Skip to content

Commit

Permalink
add create-release task in actions and prepare for release 0.7.5 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Jan 31, 2023
1 parent 4ae6bfd commit 35389ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
path: |
./*/build/outputs/aar/*.aar
samples/*/build/outputs/apk/debug/*.apk
- name: Create Release
uses: ncipollo/[email protected]
if: success() && startsWith(github.ref, 'refs/tags/')
with:
artifacts: ./*/build/outputs/aar/*.aar,samples/*/build/outputs/apk/debug/*.apk

osx-build:
name: build on osx
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

aap-core = "0.7.5-pre"
aap-core = "0.7.5"

agp = "7.3.1"
kotlin = "1.7.10"
Expand Down

0 comments on commit 35389ed

Please sign in to comment.