Skip to content

Commit 95aaf0c

Browse files
committed
Fix test for when on main branch
1 parent a67b798 commit 95aaf0c

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)