Ensures the artifact version - expressed according to the project technology - matches the current branch version, detected by detect-branch-version; if the project tech cannot be detected via detect-project-tech, the action fails.
steps:
- uses: giancosta86/aurora-github/actions/check-artifact-version@v4
Please, note: this action is automatically run by verify-rust-crate and verify-npm-package by default.
-
The ones described for detect-project-tech
-
The ones described for detect-branch-version
Name | Type | Description | Default value |
---|---|---|---|
project-directory |
string | The project directory | . |
shell |
string | The shell used to run commands | bash |