Skip to content

Commit

Permalink
Merge pull request #421 from merico-dev/main
Browse files Browse the repository at this point in the history
fix: devstream repo/user name error
  • Loading branch information
Tiexin Guo authored Apr 15, 2022
2 parents 23b144c + 8c4e26c commit b425d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
build-and-release-on-linux:
env:
TAG: ${{ github.ref_name }}
USER: merico-dev
REPO: stream
USER: devstream-io
REPO: devstream
PLUGINDIR: .devstream
GOOS: linux
GOARCH: amd64
Expand Down Expand Up @@ -43,8 +43,8 @@ jobs:
build-and-release-on-darwin-amd64:
env:
TAG: ${{ github.ref_name }}
USER: merico-dev
REPO: stream
USER: devstream-io
REPO: devstream
PLUGINDIR: .devstream
GOOS: darwin
GOARCH: amd64
Expand Down
4 changes: 2 additions & 2 deletions build/package/upload_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github_token=$1
tag=$2
GOOS=$3
GOARCH=$4
user=merico-dev
repo=stream
user=devstream-io
repo=devstream
plugin_dir=.devstream

# upload dtm
Expand Down

0 comments on commit b425d4c

Please sign in to comment.