-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Publish a package from Github
Sebastian Schmidt edited this page Mar 22, 2021
·
10 revisions
Add the following changes to your branch or wait until they are merged: #4491
- Get your API KEY
- Set up GitHub Secrets in GitHub Action workflow
- On GitHub, navigate to the main page of your fork of this repository.
- Under your repository name, click on the "Settings" tab.
- In the left sidebar, click "Secrets".
- On the right bar, click on "New repository secret"
- Type a name for your secret
PUBLISH_API_KEYin the "Name" input box. - Copy your API KEY as the value for your secret.
- Click Add secret.
- Make sure you test your package toughly before proceeding.
- Create a tag with the following format:
packagename-versiongit tag -a -s -m lidarr-0.8.0.2042 lidarr-0.8.0.2042
- Push the tag to your fork:
git push --tags origin lidarr-0.8.0.2042
- If everything went well, you should see the package artifacts attached to your GitHub release and published to synocommunity.com
- Do final tests and finally Activate your package
- Celebrate! 🥳
- Home
- Packages
- Concepts
- Development
- Resources