Skip to content

Commit 3082d20

Browse files
committed
ci: update .github/workflows/deploy.yml
1 parent a24c9a6 commit 3082d20

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ jobs:
2222
with:
2323
test: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
2424

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/iconize-folder/id6478772538" title="Iconize Folder for macOS">
32+
<img alt="Iconize Folder AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
33+
</a>
34+
2535
- name: Create idoc config.
2636
run: |
2737
cat > idoc.yml << EOF

0 commit comments

Comments
 (0)