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 d63173f commit a962734Copy full SHA for a962734
.github/workflows/release.yaml
@@ -37,8 +37,8 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
with:
40
- tag_name: v${{ steps.get_version.outputs.version }}
41
- release_name: Release v${{ steps.get_version.outputs.version }}
+ tag_name: ${{ steps.get_version.outputs.version }}
+ release_name: Release ${{ steps.get_version.outputs.version }}
42
draft: false
43
prerelease: false
44
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "share-note-img-with-gist",
3
"name": "Quick Share Note to Gist",
4
- "version": "1.0.7",
+ "version": "1.0.8",
5
"minAppVersion": "0.15.0",
6
"description": "Quick publish and share Obsidian notes to GitHub Gist and its image by upload images to Imgur.",
7
"author": "Por Chainarong Tangsurakit",
0 commit comments