Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 24, 2024
1 parent 9a40649 commit 97b0983
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,26 @@ jobs:
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: |
<a target="_blank" href="https://apps.apple.com/app/symbol-scribe/id6470879005" title="Symbol Scribe for macOS">
<img alt="Symbol Scribe for macOS" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
</a>
- name: Create idoc config.
run: |
cat > idoc.yml << EOF
site: "Symbol Scribe"
site: "Symbol Scribe {{version:${{ steps.create_tag.outputs.version }}}}"
description: In messaging applications, use interesting emoji emoticons such as smiley faces, kaomojis, and various other symbols.
keywords: kaomojis,emoji,symbols,alphabet,language symbols
favicon: assets/logo.png
Expand Down

0 comments on commit 97b0983

Please # to comment.