fregante / browser-extension-template

📕 Barebones boilerplate with Parcel 2, options handler and auto-publishing
788 stars 76 forks source link

Lint css error, fetch tags error, duplicated addon once published #85

Closed icetbr closed 2 years ago

icetbr commented 2 years ago

Hi there, I had few bumps using the Actions. I manage to get around them by commenting stuff, but I though I should mention.

image

image

Also, when the addon was published to the Firefox developer hub, it got duplicated, because I had previously uploaded it manually. I imagine there is some instruction missing related to the geck.id?

fregante commented 2 years ago

The first bug was fixed in v2 of that action: https://github.com/fregante/daily-version-action/pull/19

The second error is because all the CSS files were deleted, so you can delete stylelint, I assume this is the line failing: https://github.com/fregante/browser-extension-template/blob/faf9fe9f86a09c87701ab7f419e06fac03aae2c8/package.json#L7