diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index af2e5a6..461d4f2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,11 +13,27 @@ jobs:
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
+
+ - name: Create Tag
+ id: create_tag
+ uses: jaywcjlove/create-tag-action@main
+ with:
+ test: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
+
+ - name: Create Released Tag
+ uses: jaywcjlove/create-tag-action@main
+ with:
+ version: ${{ steps.create_tag.outputs.version }}
+ release: true
+ body: |
+
+
+
- name: Create idoc config.
run: |
cat > idoc.yml << EOF
- site: "Create Custom Symbols"
+ site: "Create Custom Symbols {{version:${{ steps.create_tag.outputs.version }}}}"
description: A tool that can convert any SVG icon into a custom SF symbol. Your customized SF symbol can be imported into Xcode and utilized in any project based on UIKit or SwiftUI
keywords: Symbols,svg,developer tools,productivity,create-custom-symbols
favicon: assets/logo.png
diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml
index 088e709..8bcb5a4 100644
--- a/.github/workflows/tag.yml
+++ b/.github/workflows/tag.yml
@@ -25,6 +25,50 @@ jobs:
version: ${{ env.VERSION }}
release: true
body: |
-