Skip to content

Commit

Permalink
BUILD : 빌드 시 릴리즈 이름 수정
Browse files Browse the repository at this point in the history
* 이젠 분도 같이 나옵니다.
  • Loading branch information
minseonglove committed Jun 2, 2022
1 parent c8a9265 commit 1f3b4e9
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 @@ -47,7 +47,7 @@ jobs:
name: artifact
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H')"
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M')"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 1f3b4e9

Please sign in to comment.