Skip to content

Commit 2ec1961

Browse files
authored
Merge pull request #37 from reecetech/fix-test
Fix test for when on `main` branch
2 parents a67b798 + 95aaf0c commit 2ec1961

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ jobs:
129129
[[ "${{ steps.version-prefix.outputs.major-version }}" == "0" ]]
130130
[[ "${{ steps.version-prefix.outputs.minor-version }}" == "0" ]]
131131
[[ "${{ steps.version-prefix.outputs.patch-version }}" == "1" ]]
132-
[[ "${{ steps.version-prefix.outputs.version }}" = "0.0.1-"* ]]
133-
[[ "${{ steps.version-prefix.outputs.prefixed-version }}" = "foo/bar@0.0.1-"* ]]
132+
[[ "${{ steps.version-prefix.outputs.prefixed-version }}" = "foo/bar@0.0.1"* ]]
134133
135134
release:
136135
needs:

0 commit comments

Comments
 (0)