We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e838f14 commit a8b61a7Copy full SHA for a8b61a7
bin/publish
@@ -9,5 +9,5 @@ git push --tags origin
9
version="$(git describe --tags --match 'v*' --exact-match)"
10
if [[ $version != "" ]]; then
11
./bin/package
12
- hub release create -a ./dist/opencart3-webwinkelkeur-$version.zip -m $version $version
+ hub release create -o -a ./dist/opencart3-webwinkelkeur-$version.zip -m $version $version
13
fi
0 commit comments