2024-07-30 15:33:26 +01:00
2024-04-09 21:25:35 +01:00
2024-04-15 16:11:50 +01:00
2024-02-02 12:52:31 -05:00
2024-04-15 16:11:50 +01:00
2024-02-02 12:52:31 -05:00
2024-02-02 12:52:31 -05:00
2024-03-05 17:09:16 +00:00
2024-02-02 12:52:31 -05:00
2024-02-02 12:52:31 -05:00
2024-02-02 12:52:31 -05:00
2023-11-17 19:56:57 +00:00
2024-07-30 15:33:26 +01:00
2024-02-02 12:52:31 -05:00

Publish Action Package

This action packages your action as an OCI container and publishes it to the GitHub Container registry.

This allows your action to be consumed as an immutable package 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. Consumers of your action will then be able to specify the version, e.g., - uses: your-name/your-action@v1.2.3 or even - uses: your-name/your-action@v1.

Important

This action is not ready for public use. It is part of an upcoming public roadmap item (see GitHub Actions: Immutable actions publishing). Attempts to use this action to upload an OCI artifact will not work until this feature has been fully released to the public. Please do not attempt to use it until that time.

Usage

on:
  release:

- uses: 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%