Skip to content

Commit

Permalink
fix(workflow): correct typo in environment variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
merrcury committed Nov 4, 2024
1 parent 36b00e5 commit 66a9af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-self-hosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
LATEST_VERSION=$(jq -r '.version' lerna.json)
SERVICE_NAME=$(basename "${service//-/-}")
SERVICE_COMMON_NAME=$(echo "$SERVICE_NAME" | sed 's/-ee$//')
echo "LASTEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
echo "SERVICE_NAME=$SERVICE_NAME" >> $GITHUB_ENV
echo "SERVICE_COMMON_NAME=$SERVICE_COMMON_NAME" >> $GITHUB_ENV
echo "REGISTRY_OWNER=novuhq" >> $GITHUB_ENV
Expand Down

0 comments on commit 66a9af6

Please sign in to comment.