Skip to content

Commit

Permalink
chore(info.plist): update readme string to include demo, variables, a…
Browse files Browse the repository at this point in the history
…nd workflow images

fix(release.command): uncomment npm version patch command to increment patch version
chore(releases/joplin_alfred_workflow.v1.0.1.alfredworkflow): update alfred workflow binary file
  • Loading branch information
Marc Otten committed Nov 28, 2023
1 parent 3f0810d commit e8b874c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,19 @@ end run</string>
</dict>
</array>
<key>readme</key>
<string># Joplin Alfred Actions</string>
<string># Joplin Alfred Workflow
* Demo
![demo](assets/demo.gif)
* Variables
![add variables](assets/variables.png)
* Workflow Alfred ...
![Alt text](assets/workflow.png)</string>
<key>uidata</key>
<dict>
<key>00E278B7-8E47-428C-B13E-3EAA77C20C4F</key>
Expand Down
2 changes: 1 addition & 1 deletion release.command
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ REPO=$(git config --get remote.origin.url | sed 's/.*\/\([^/]*\)\.git/\1/')
if [ "$1" != "pass-patch" ]; then
# Increment the patch version
/opt/homebrew/bin/oc
#npm version patch --force
npm version patch --force
echo "patched..."
fi

Expand Down
Binary file modified releases/joplin_alfred_workflow.v1.0.1.alfredworkflow
Binary file not shown.

0 comments on commit e8b874c

Please sign in to comment.