Skip to content

Commit

Permalink
hardcode repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
slandymani committed Jul 19, 2024
1 parent 4d5e3f4 commit 85f4681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,13 +435,15 @@ jobs:
# Check if tag is a version without suffix (e.g. -rc or -beta) and
# set prerelease flag accordingly
[[ "$TAG" =~ ^v[0-9]+.[0-9]+.[0-9]+$ ]] || PRERELEASE=-prerelease
CIRCLE_PROJECT_USERNAME_L="ODIN-PROTOCOL"
CIRCLE_PROJECT_REPONAME_L="wasmvm"
echo $CIRCLE_PROJECT_USERNAME
echo $CIRCLE_PROJECT_REPONAME
echo $CIRCLE_SHA1
echo $PRERELEASE
echo $TAG
ghr -t "$GITHUB_TOKEN" \
-u "$CIRCLE_PROJECT_USERNAME" -r "$CIRCLE_PROJECT_REPONAME" \
-u "$CIRCLE_PROJECT_USERNAME_L" -r "$CIRCLE_PROJECT_REPONAME_L" \
-c "$CIRCLE_SHA1" \
-n "$TITLE" -b "$BODY" \
-delete \
Expand Down

0 comments on commit 85f4681

Please sign in to comment.