Skip to content

Commit

Permalink
Merge pull request #18 from yourssu/develop
Browse files Browse the repository at this point in the history
version 0.1.1 테스트 배포
  • Loading branch information
islandparadise14 authored Aug 12, 2021
2 parents c2b3669 + ca420b0 commit 6ad2af8
Show file tree
Hide file tree
Showing 4 changed files with 5 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 }} 라이브러리가 배포되었습니다" -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 }} 라이브러리가 등록되었습니다\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
2 changes: 0 additions & 2 deletions DesignSystem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ plugins {
apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.yourssu'

def versionProperties = new Properties()
versionProperties.load(new FileInputStream(file("../version.properties")))

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ allprojects {
google()
jcenter()
}

group = 'com.github.yourssu'
}

task clean(type: Delete) {
Expand Down
3 changes: 2 additions & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
versionName=0.1.0
versionName=0.1.1
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다

0 comments on commit 6ad2af8

Please sign in to comment.