Skip to content

Commit

Permalink
Merge pull request #21 from yourssu/develop
Browse files Browse the repository at this point in the history
배포용
  • Loading branch information
ByeongsuPark authored Aug 12, 2021
2 parents 6ad2af8 + e7f9490 commit 14f73c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployLibraryYDS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
release_name: Release ${{ steps.release_version.outputs.value }}

- name: Upload to Slack
run: curl -F file=@"app/yds-ui-tester/build/outputs/apk/release/YDS-StoryBook-${{ steps.release_version.outputs.value }}-release.apk" -F "initial_comment=YDS ${{ steps.release_version.outputs.value }} 라이브러리가 등록되었습니다\n https://jitpack.io/#yourssu/YDS-Android/${{ steps.release_version.outputs.value }}" -F "channels=${{ secrets.SLACK_CHANNEL_ID }}" -H "Authorization:Bearer ${{ secrets.SLACK_WORKSPACE_TOKEN }}" https://slack.com/api/files.upload
run: curl -F file=@"app/yds-ui-tester/build/outputs/apk/release/YDS-StoryBook-${{ steps.release_version.outputs.value }}-release.apk" -F "initial_comment=YDS ${{ steps.release_version.outputs.value }} 라이브러리가 등록되었습니다 https://jitpack.io/#yourssu/YDS-Android/${{ steps.release_version.outputs.value }}" -F "channels=${{ secrets.SLACK_CHANNEL_ID }}" -H "Authorization:Bearer ${{ secrets.SLACK_WORKSPACE_TOKEN }}" https://slack.com/api/files.upload
3 changes: 1 addition & 2 deletions DesignSystem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ android {

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled false
}
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=0.1.1
versionName=0.1.2
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다

0 comments on commit 14f73c6

Please sign in to comment.