Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.42 KB

File metadata and controls

37 lines (22 loc) · 1.42 KB

check-artifact-version

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.

Example

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.

Requirements

Inputs 📥

Name Type Description Default value
project-directory string The project directory .
shell string The shell used to run commands bash

Further references