https://github.com/endel/haxelib-publish-github-actions-test
Testing GitHub Actions to publish a Haxe package to the haxelib registry.
https://github.com/endel/haxelib-publish-github-actions-test
Last synced: 10 months ago
JSON representation
Testing GitHub Actions to publish a Haxe package to the haxelib registry.
- Host: GitHub
- URL: https://github.com/endel/haxelib-publish-github-actions-test
- Owner: endel
- License: mit
- Created: 2020-10-04T01:52:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T13:28:02.000Z (over 5 years ago)
- Last Synced: 2025-04-06T00:11:31.650Z (about 1 year ago)
- Language: Haxe
- Size: 14.6 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions + Haxelib Publish
This is a GitHub Actions Workflow demonstration that automatically creates a GitHub Release, and publishes your Haxe library to [haxelib](https://lib.haxe.org/) whenever your version on `haxelib.json` file changes.
See the [workflow implementation here](.github/workflows/release-and-publish.yml)
## Secrets
You will need to provide your haxelib password as a secret on GitHub (Settings > Secrets -> New Secret)
- `HAXELIB_PASSWORD`: Your haxelib password
## License
MIT