We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23b144c + 8c4e26c commit b425d4cCopy full SHA for b425d4c
.github/workflows/automated-release.yml
@@ -7,8 +7,8 @@ jobs:
7
build-and-release-on-linux:
8
env:
9
TAG: ${{ github.ref_name }}
10
- USER: merico-dev
11
- REPO: stream
+ USER: devstream-io
+ REPO: devstream
12
PLUGINDIR: .devstream
13
GOOS: linux
14
GOARCH: amd64
@@ -43,8 +43,8 @@ jobs:
43
build-and-release-on-darwin-amd64:
44
45
46
47
48
49
GOOS: darwin
50
build/package/upload_assets.sh
@@ -4,8 +4,8 @@ github_token=$1
4
tag=$2
5
GOOS=$3
6
GOARCH=$4
-user=merico-dev
-repo=stream
+user=devstream-io
+repo=devstream
plugin_dir=.devstream
# upload dtm
0 commit comments