Skip to content

Commit d988873

Browse files
committed
FINALLY FIX THE CI hopefully :)
1 parent 266f197 commit d988873

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
id: build
2424
env:
25-
GITHUBAUTHENTICATIONTOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GITHUBAUTHENTICATIONTOKEN: ${{ secrets.GITHUBAUTHENTICATIONTOKEN }}
2626
run: |
2727
npm i && npm run build
2828
mkdir ${{ env.PLUGIN_NAME }}

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.5",
3+
"version": "1.0.6",
44
"description": "Github Plugin",
55
"main": "dist/index.html",
66
"targets": {

0 commit comments

Comments
 (0)