Skip to content

Commit 9959180

Browse files
author
Adalbert Makarovych
committed
Fixed release process
1 parent a8b0efc commit 9959180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
# Create connector-packaging.json
147147
cat << EOF > releases/v${{ steps.get-version.outputs.tagged_version }}/connector-packaging.json
148148
{
149-
"version": "${{ steps.get-version.outputs.tagged_version }}",
149+
"version": "v${{ steps.get-version.outputs.tagged_version }}",
150150
"uri": "https://github.com/${{ github.repository }}/releases/download/v${{ steps.get-version.outputs.tagged_version }}/connector-definition.tgz",
151151
"checksum": {
152152
"type": "sha256",

0 commit comments

Comments
 (0)