Skip to content
Snippets Groups Projects
Verified Commit 061086dd authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: initial support for crates.io

parent 65160532
No related branches found
No related tags found
No related merge requests found
Pipeline #806 passed
......@@ -4,6 +4,7 @@ variables:
NETLIFY_SITE_ID: chip-ahoyto
NETLIFY_AUTH_TOKEN: $NETLIFY_AUTH_TOKEN
CLOUDFLARE_API_TOKEN: $CLOUDFLARE_API_TOKEN
CRATES_TOKEN: $CRATES_TOKEN
stages:
- build
......@@ -87,3 +88,13 @@ deploy-cloudfare-prod:
- build-wasm
only:
- tags
deploy-crate:
stage: deploy
script:
- cargo login ${{ secrets.CRATES_TOKEN }}
- cargo publish --no-verify
dependencies:
- build-rust
only:
- tags
......@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Support for control of CHIP-8 quirks in Neo engine
* Initial support for crates.io
### Changed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment