We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a67b798 + 95aaf0c commit 2ec1961Copy full SHA for 2ec1961
1 file changed
.github/workflows/test-and-release.yml
@@ -129,8 +129,7 @@ jobs:
129
[[ "${{ steps.version-prefix.outputs.major-version }}" == "0" ]]
130
[[ "${{ steps.version-prefix.outputs.minor-version }}" == "0" ]]
131
[[ "${{ 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-"* ]]
+ [[ "${{ steps.version-prefix.outputs.prefixed-version }}" = "foo/bar@0.0.1"* ]]
134
135
release:
136
needs:
0 commit comments