We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24c9a6 commit 3082d20Copy full SHA for 3082d20
.github/workflows/deploy.yml
@@ -22,6 +22,16 @@ jobs:
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/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
+
35
- name: Create idoc config.
36
run: |
37
cat > idoc.yml << EOF
0 commit comments