Skip to content

Commit

Permalink
chore: ghr command and name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Jun 7, 2024
1 parent 39bbdac commit c61e4a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/announcePublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cat <<EOM
"color": "#33CC66",
"pretext": "A new version of $applicationName is available for use. :circleci-pass:",
"title": "$CIRCLE_PROJECT_REPONAME",
"title_link": "https://github.com/etherspot/etherspot-prime-sdk/releases/tag/$package",
"text": "Version: @etherspot/prime-sdk@$package",
"title_link": "https://github.com/etherspot/etherspot-modular-sdk/releases/tag/$package",
"text": "Version: @etherspot/modular-sdk@$package",
"ts": $(date '+%s')
}
]
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
command: |
PACKAGE_VERSION="$(jq .version package.json -r)"
echo $PACKAGE_VERSION
ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -n "$PACKAGE_VERSION"
ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" "$PACKAGE_VERSION"
workflows:
version: 2.1
Expand Down

0 comments on commit c61e4a0

Please sign in to comment.