Skip to content

Commit d3c7d67

Browse files
committed
released v1.5.0
1 parent 21528c6 commit d3c7d67

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,27 @@ jobs:
1515
with:
1616
node-version: 20
1717
registry-url: 'https://registry.npmjs.org'
18+
19+
- name: Create Tag
20+
id: create_tag
21+
uses: jaywcjlove/create-tag-action@main
22+
with:
23+
test: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
24+
25+
- name: Create Released Tag
26+
uses: jaywcjlove/create-tag-action@main
27+
with:
28+
version: ${{ steps.create_tag.outputs.version }}
29+
release: true
30+
body: |
31+
<a target="_blank" href="https://apps.apple.com/app/videoer/6742680573" title="Videoer for macOS">
32+
<img alt="Videoer AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
33+
</a>
1834
1935
- name: Create idoc config.
2036
run: |
2137
cat > idoc.yml << EOF
22-
site: "PasteQuick"
38+
site: "PasteQuick {{version:${{ steps.create_tag.outputs.version }}}}"
2339
description: A privacy-focused and simple clipboard management tool that enables efficient handling of various temporary data types, including text, links, images, and code.
2440
keywords: PasteQuick, clipboard manager, privacy tool, data management, text management, image management, link manager, code snippet manager, macOS app
2541
favicon: assets/logo.png

0 commit comments

Comments
 (0)