Skip to content

Commit

Permalink
BUILD : 릴리즈 파일명 구분
Browse files Browse the repository at this point in the history
* sandbox 브랜치의 릴리즈와 구분 시킵니다.
  • Loading branch information
minseonglove committed Jun 5, 2022
1 parent 217d17a commit 398a7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bidderbidderCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.date.outputs.date }}
release_name: Release-${{ steps.date.outputs.date }}
release_name: Release-dev-${{ steps.date.outputs.date }}
- name: Upload Release APK
id: upload_release_asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 398a7b7

Please sign in to comment.