https://github.com/mosteo/alr-publish
Action to publish Alire releases from workflows
https://github.com/mosteo/alr-publish
Last synced: 4 months ago
JSON representation
Action to publish Alire releases from workflows
- Host: GitHub
- URL: https://github.com/mosteo/alr-publish
- Owner: mosteo
- License: mit
- Created: 2025-03-16T22:12:08.000Z (about 1 year ago)
- Default Branch: v1
- Last Pushed: 2025-07-02T20:27:33.000Z (11 months ago)
- Last Synced: 2026-01-25T13:02:01.247Z (4 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `alr publish` action
Uses `alr publish` to open a PR for the commit from which it is run at the
Alire community index. `alr` will be installed if not already available, but
not cleaned up afterwards.
After the PR tests run successfully, the action will create a release in the
repository. Optionally, only a regular git tag (or nothing) can be created instead.
See [action.yml](action.yml) for available options.
**Requires** a secret, which should be a personal access token with `repo`
scope. This is used to create the pull request in the index repository. The name
of the secret is given as an input to the action. (Note, there are no
user-level secrets, so you have to add one for each repository, unless they're
part of an organization, which do have org-level secrets.)