Skip to content

Commit

Permalink
DEPLOY : 릴리즈 태그 양식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
minseonglove committed Dec 29, 2022
1 parent 1d8e938 commit e5dc491
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-%M')"
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit e5dc491

Please sign in to comment.