Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jclem/action-template
A template for building and release GitHub Actions
https://github.com/jclem/action-template
actions
Last synced: about 1 month ago
JSON representation
A template for building and release GitHub Actions
- Host: GitHub
- URL: https://github.com/jclem/action-template
- Owner: jclem
- License: mit
- Created: 2020-09-24T17:19:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-25T18:29:03.000Z (about 4 years ago)
- Last Synced: 2024-09-17T07:41:25.910Z (about 2 months ago)
- Topics: actions
- Language: TypeScript
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Action Template
This is a template for building and releasing GitHub Actions.
## Using
When using this template, make sure and use _all_ branches. It is built with
the intent of release from the "release" branch, which removes the
distribution directory from its .gitignore file.To build and release the action, merge changes from "main" into release, then
run `npm run build`. Commit these changes and create a new release from them.