Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github/codeql-acti…
Browse files Browse the repository at this point in the history
…on-3.27.4
  • Loading branch information
madhavilosetty-intel authored Nov 15, 2024
2 parents 9f84012 + 8e1db8f commit 281963d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@semantic-release/exec",
{
"prepareCmd": "./build.sh ${nextRelease.version}",
"publishCmd": "docker push vprodemo.azurecr.io/rpc-go:v${nextRelease.version} && docker push vprodemo.azurecr.io/rpc-go:latest && docker push docker.io/oact-rpc-go:v${nextRelease.version} && docker push docker.io/oact-rpc-go:latest",
"publishCmd": "docker push vprodemo.azurecr.io/rpc-go:v${nextRelease.version} && docker push vprodemo.azurecr.io/rpc-go:latest && docker push docker.io/intel/oact-rpc-go:v${nextRelease.version} && docker push docker.io/intel/oact-rpc-go:latest",
"verifyReleaseCmd": "echo v${nextRelease.version} > .nextVersion"
}
],
Expand Down
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ chmod +x rpc_linux_x86
# Add them to tar files respectively
tar cvfpz rpc_linux_x64.tar.gz rpc_linux_x64
tar cvfpz rpc_linux_x86.tar.gz rpc_linux_x86
tar cvfpz rpc_linux_x86.tar.gz rpc_linux_x86
tar cvfpz rpc_so_x64.tar.gz rpc.so.$version

# Add Windows build to a zip file
Expand Down

0 comments on commit 281963d

Please sign in to comment.