Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronjsutton/phoenix-release-action
GitHub Action to release Phoenix projects
https://github.com/aaronjsutton/phoenix-release-action
github-actions phoenix-framework release
Last synced: 3 days ago
JSON representation
GitHub Action to release Phoenix projects
- Host: GitHub
- URL: https://github.com/aaronjsutton/phoenix-release-action
- Owner: aaronjsutton
- License: mit
- Created: 2022-01-25T15:13:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T17:17:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T23:42:01.975Z (6 days ago)
- Topics: github-actions, phoenix-framework, release
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phoenix Release
Build a Phoenix project using Elixir releases.
See the [Phoenix documentation](https://hexdocs.pm/phoenix/releases.html) and the [Mix documentation](https://hexdocs.pm/mix/Mix.Tasks.Release.html) for more information on this process.
## Compatibility
Requires at least Phoenix 1.6.3 or higher and Elixir 1.12 or higher.
## Usage
```yaml
steps:
- name: Generate Phoenix release
uses: aaronjsutton/[email protected]
```