logseq / marketplace

A centralized packages manager for Logseq marketplace plugins.
MIT License
247 stars 271 forks source link

Adding Arxiv mate plugin manifest #545

Closed SSamDav closed 3 months ago

SSamDav commented 3 months ago

Submit a new Plugin to Marketplace

Plugin Github repo URL:

Github releases checklist

SSamDav commented 3 months ago

Fist time doing a plugin in js, so I don't know if my CI workflow was correctly set up 😅

xyhp915 commented 3 months ago

Fist time doing a plugin in json, so I don't know if my CI workflow was correctly set up 😅

Cool. Also, you should create a new release (tag) to trigger CI for the Marketplace zip package :)

Your plugin releases list: https://github.com/SSamDav/logseq-logarxivmate-plugin/releases

SSamDav commented 3 months ago

Cool. Also, you should create a new release (tag) to trigger CI for the Marketplace zip package :)

@xyhp915 I just created a new release, how can I see if everything worked fine?

xyhp915 commented 3 months ago

Hi @SSamDav I just found an error in the build workflow. https://github.com/SSamDav/logseq-logarxivmate-plugin/actions/runs/9267108511/job/25492803359

A helpful link for it : https://stackoverflow.com/questions/70435286/resource-not-accessible-by-integration-on-github-post-repos-owner-repo-ac

SSamDav commented 3 months ago

A helpful link for it : https://stackoverflow.com/questions/70435286/resource-not-accessible-by-integration-on-github-post-repos-owner-repo-ac

@xyhp915 Followed the answer and it seems that it fixed the builds error! Thanks!