Skip to content

Commit b425d4c

Browse files
author
Tiexin Guo
authored
Merge pull request #421 from merico-dev/main
fix: devstream repo/user name error
2 parents 23b144c + 8c4e26c commit b425d4c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/automated-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
build-and-release-on-linux:
88
env:
99
TAG: ${{ github.ref_name }}
10-
USER: merico-dev
11-
REPO: stream
10+
USER: devstream-io
11+
REPO: devstream
1212
PLUGINDIR: .devstream
1313
GOOS: linux
1414
GOARCH: amd64
@@ -43,8 +43,8 @@ jobs:
4343
build-and-release-on-darwin-amd64:
4444
env:
4545
TAG: ${{ github.ref_name }}
46-
USER: merico-dev
47-
REPO: stream
46+
USER: devstream-io
47+
REPO: devstream
4848
PLUGINDIR: .devstream
4949
GOOS: darwin
5050
GOARCH: amd64

build/package/upload_assets.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github_token=$1
44
tag=$2
55
GOOS=$3
66
GOARCH=$4
7-
user=merico-dev
8-
repo=stream
7+
user=devstream-io
8+
repo=devstream
99
plugin_dir=.devstream
1010

1111
# upload dtm

0 commit comments

Comments
 (0)