Closed theredfish closed 1 year ago
By pushing a tag on main the CI will be triggered. The tags must follow the pattern v* (e.g v0.1.0) to trigger the publish job.
v*
The publish job requires the secret CRATES_IO_TOKEN to be configured in the repository settings.
publish
CRATES_IO_TOKEN
Fixes #35
Thanks a million for the PR
By pushing a tag on main the CI will be triggered. The tags must follow the pattern
v*
(e.g v0.1.0) to trigger the publish job.The
publish
job requires the secretCRATES_IO_TOKEN
to be configured in the repository settings.Fixes #35