Skip to content

Commit bb69387

Browse files
committed
🔧 config(gha): 릴리즈 워크플로에서 태그 가져오기 및 체크아웃 참조 추가
1 parent 7ecf5aa commit bb69387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
with:
19+
ref: ${{ github.sha }}
1920
fetch-depth: 0
21+
fetch-tags: true
2022

2123
- name: Set up Node.js
2224
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)