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 390d6ca commit 7cf63aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ 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 idoc config.
run: |
cat > idoc.yml << EOF
site: "RightMenu Master"
site: "RightMenu Master {{version:${{ steps.create_tag.outputs.version }}}}"
description: An exceptional Finder right-click menu enhancement tool that makes your right-click menu more powerful.
keywords: RightMenu, Finder, macOS, application, file management, create new file, copy functionality, enhancement tool
favicon: assets/logo.png
Expand Down

0 comments on commit 7cf63aa

Please sign in to comment.