https://github.com/zakodium/lactame-action
Push release artifacts to lactame.com
https://github.com/zakodium/lactame-action
Last synced: 5 months ago
JSON representation
Push release artifacts to lactame.com
- Host: GitHub
- URL: https://github.com/zakodium/lactame-action
- Owner: zakodium
- License: mit
- Created: 2020-10-10T14:33:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-13T07:10:24.000Z (10 months ago)
- Last Synced: 2025-10-16T18:32:36.074Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Push release artifacts to lactame.com
## Inputs
### `token`
**Required** Authentication token for the upload.
### `name`
Name of the published library.
Defaults to `'name'` that is defined in `package.json`.
### `folder`
Folder that contains the artifacts to push.
Defaults to `'dist'`.
### `version`
Version to use for this publication.
Defaults to `'version'` that is defined in `package.json`. Allows to specify `HEAD` for example to deploy on each commit.
## Release
Release is done using GitHub Actions.