Skip to content

Commit f4055b5

Browse files
committed
fix: format tag workflow dir name
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
1 parent bb459a8 commit f4055b5

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Extract package and semantic version from release tag
6161
if: ${{ github.ref_type == 'tag' }}
6262
id: extract-tag
63-
uses: ./format-tag/action.yaml
63+
uses: ./format-tag
6464
with:
6565
tag: ${{ github.ref_name }}
6666

0 commit comments

Comments
 (0)