release 1.0.19

This commit is contained in:
HeroBlackInk 2023-04-01 15:05:34 +08:00
parent 0c949950fc
commit e5d213694a
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PAT }}
tag_name: ${{ steps.build.outputs.tag_name }}
name: ${{ steps.build.outputs.tag_name }}
draft: false

View file

@ -1,7 +1,7 @@
{
"id": "ultimate-todoist-sync",
"name": "Ultimate Todoist Sync",
"version": "1.0.18",
"version": "1.0.19",
"minAppVersion": "1.0.0",
"description": "This is the best Todoist task synchronization plugin for Obsidian so far.",
"author": "HeroBlackInk",