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 fa8010a commit affdb71Copy full SHA for affdb71
.github/workflows/publish.yml
@@ -8,6 +8,7 @@ on:
8
9
env:
10
PLUGIN_NAME: logseq-github-plugin
11
+ GITHUBAUTHENTICATIONTOKEN: ${{ secrets.GITHUB_TOKEN }}
12
13
jobs:
14
build:
@@ -33,7 +34,6 @@ jobs:
33
34
uses: ncipollo/release-action@v1
35
id: create_release
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
VERSION: ${{ github.ref }}
38
with:
39
allowUpdates: true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "logseq-github-plugin",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Github Plugin",
5
"main": "dist/index.html",
6
"targets": {
0 commit comments