An open API service indexing awesome lists of open source software.

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.

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