We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent a67b798 commit 95aaf0cCopy full SHA for 95aaf0c
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