mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #1158] Not published to maven central any more? #537
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#537
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mihxil on GitHub (Sep 29, 2023).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/1158
See https://central.sonatype.com/artifact/org.webjars.npm/flag-icons/versions
versions after 6.6.5 are not published any more?
@lipis commented on GitHub (Oct 7, 2023):
We are not officially support this and it's not done automatically.. I guess the maintainer of that project stopped..
@mihxil commented on GitHub (Oct 9, 2023):
Last year this same issue was resolved by @NotTsunami . I suppose that it the maintainer you're hinting too then. May be I can help, to do or automate it.
@lipis commented on GitHub (Nov 3, 2023):
How can it be automated?
@mihxil commented on GitHub (Nov 4, 2023):
It could be done by triggering a github action. Publishing to central.sonatype can be arranged then. That is at least what I thought, but afaik you need access to the webjars.org domain than to proof that you're allowed.
On the other hand, may be publishing to webjars is initiated by the webjars project (https://github.com/webjars/webjars). I actually don't know how it works. Someone probably knew :-) May be it should be initiated from that side. I'll look into it.
@mihxil commented on GitHub (Nov 4, 2023):
I issued https://github.com/webjars/webjars/issues/2032
@NotTsunami commented on GitHub (Nov 5, 2023):
https://github.com/webjars/flag-icon-css/issues/3#issuecomment-1793106800
Looks like you can make releases via GitHub Actions: https://github.com/comnoco/create-release-action
@lipis commented on GitHub (Nov 5, 2023):
If that works without issues (because now somebody actually published it already).. @NotTsunami if we can do that with actions on every release would be nice..
@mihxil commented on GitHub (Nov 6, 2023):
https://github.com/webjars/webjars/issues/203
I was completely not aware that it works like that, but it seems that you can just on https://www.webjars.org/ click on 'add webjar', and then select version you need, and then they will add it.
I just try:
'curl 'https://www.webjars.org/deploy?webJarType=npm&nameOrUrlish=flag-icons&version=6.11.1' then, and see whether it works
(I triggered 6.11.2 manually already)
@lipis commented on GitHub (Nov 7, 2023):
I added a script to do it semi-automatically.. will try to keep it up to date :)
@mihxil commented on GitHub (Nov 7, 2023):
Thanks a lot!
@lipis commented on GitHub (Nov 7, 2023):
@mihxil You're welcome.. in case I forget feel free either run the script (
yarn maven) or ping us here!