LemmyNet/lemmy

[Bug]: Woodpecker crates.io publish failing on tag.

dessalines opened this issue · 2 comments

Requirements

  • Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a single bug? Do not put multiple bugs in one issue.
  • Do you agree to follow the rules in our Code of Conduct?
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.

Summary

Crates.io publish is failing.

Has to do with lemmy_db_perf not being an existing repo:

Caused by:
the remote server responded with an error (status 403 Forbidden): this token does not have the required permissions to perform this action
error: unable to publish package lemmy_db_perf

Full error is here: https://woodpecker.join-lemmy.org/repos/129/pipeline/6724/6

Steps to Reproduce

  1. Create a tag
  2. Publish step fails.

Technical Details

NA

Version

main

Lemmy Instance URL

all

That package shouldnt be necessary, we can mark it as publish = false

mmk, I'll do that now.