Skip to content

Commit

Permalink
ci: update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 19, 2024
1 parent a24c9a6 commit 3082d20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
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/iconize-folder/id6478772538" title="Iconize Folder for macOS">
<img alt="Iconize Folder AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
</a>
- name: Create idoc config.
run: |
cat > idoc.yml << EOF
Expand Down

0 comments on commit 3082d20

Please sign in to comment.