mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-20 22:15:43 +00:00
Merge pull request #37 from reecetech/fix-test
Fix test for when on `main` branch
This commit is contained in:
3
.github/workflows/test-and-release.yml
vendored
3
.github/workflows/test-and-release.yml
vendored
@@ -129,8 +129,7 @@ jobs:
|
||||
[[ "${{ steps.version-prefix.outputs.major-version }}" == "0" ]]
|
||||
[[ "${{ steps.version-prefix.outputs.minor-version }}" == "0" ]]
|
||||
[[ "${{ steps.version-prefix.outputs.patch-version }}" == "1" ]]
|
||||
[[ "${{ steps.version-prefix.outputs.version }}" = "0.0.1-"* ]]
|
||||
[[ "${{ steps.version-prefix.outputs.prefixed-version }}" = "foo/bar@0.0.1-"* ]]
|
||||
[[ "${{ steps.version-prefix.outputs.prefixed-version }}" = "foo/bar@0.0.1"* ]]
|
||||
|
||||
release:
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user