Skip to content

Commit a8b61a7

Browse files
committed
publish: Open release in browser
1 parent e838f14 commit a8b61a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ git push --tags origin
99
version="$(git describe --tags --match 'v*' --exact-match)"
1010
if [[ $version != "" ]]; then
1111
./bin/package
12-
hub release create -a ./dist/opencart3-webwinkelkeur-$version.zip -m $version $version
12+
hub release create -o -a ./dist/opencart3-webwinkelkeur-$version.zip -m $version $version
1313
fi

0 commit comments

Comments
 (0)