e3a931402a755f986d4ba76e11333ea57c3c7b63
Move from composite to regular node action.
Publish Action Package
This action packages your action as OCI artifacts and publishes it to the GitHub Container registry.
This allows your action to be consumed as an immutable package even if a SemVer is specified in the consumer's workflow file.
Your action workflow must be triggered on release as in the following example. The release's title must follow semantic versioning.
Then consumers of your action will then be able to specify the version, e.g., - uses: your-name/[email protected] or even - uses: your-name/your-action@v1.
Usage
on:
release:
- uses: immutable-actions/publish-action-package@v1
License
The scripts and documentation in this project are released under the MIT License.
Languages
TypeScript
98.7%
Shell
1.3%