Skip to content

Commit

Permalink
cicd: update auto tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Jun 3, 2024
1 parent 5c577a4 commit a9cc778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

permissions:
contents: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down Expand Up @@ -47,7 +46,7 @@ jobs:
# 현재 날짜와 시간을 가져오기
- name: Get current date and time
id: date
run: echo "CURRENT_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> $GITHUB_ENV
run: echo "CURRENT_DATE=$(date -u +"%Y%m%d_%H%M%S")" >> $GITHUB_ENV

# 릴리즈 생성
- name: Create Release
Expand Down

0 comments on commit a9cc778

Please sign in to comment.