Skip to content

Commit be11713

Browse files
committed
v2.2.3+89
앱이 바뀐건 없지만 CD 테스트용
1 parent a103531 commit be11713

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/android-release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
on:
22
push:
3-
branches:
4-
- main
53
tags:
64
- 'v*'
75

@@ -100,7 +98,7 @@ jobs:
10098
uses: softprops/action-gh-release@v2
10199
with:
102100
tag_name: ${{ github.ref_name }}
103-
name: Release ${{ github.ref_name }}
101+
name: ${{ github.ref_name }}
104102
files: ./build/app-release.apk
105103
generate_release_notes: true
106104
make_latest: true

0 commit comments

Comments
 (0)