We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee080ba commit 8daadfbCopy full SHA for 8daadfb
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: 버전 정보 추출
18
- run: echo "##[set-output name=version;]$(echo '${{ github.event.head_commit.message }}' | egrap -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}')"
+ run: echo "##[set-output name=version;]$(echo '${{ github.event.head_commit.message }}' | egrep -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}')"
19
id: extract_version_name
20
21
- name: Release & Tag 생성 🏎️
0 commit comments