Skip to content

Commit affdb71

Browse files
committed
fix ci
1 parent fa8010a commit affdb71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
PLUGIN_NAME: logseq-github-plugin
11+
GITHUBAUTHENTICATIONTOKEN: ${{ secrets.GITHUB_TOKEN }}
1112

1213
jobs:
1314
build:
@@ -33,7 +34,6 @@ jobs:
3334
uses: ncipollo/release-action@v1
3435
id: create_release
3536
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
VERSION: ${{ github.ref }}
3838
with:
3939
allowUpdates: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-github-plugin",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Github Plugin",
55
"main": "dist/index.html",
66
"targets": {

0 commit comments

Comments
 (0)