Skip to content

Commit

Permalink
Merge pull request #372 from mansona/typo
Browse files Browse the repository at this point in the history
fix typo in release-plan config
  • Loading branch information
mansona authored Nov 27, 2023
2 parents e82371b + 37685bd commit 7e1fde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
set -x
pnpm release-plan prepare --singlePackage=ember-cli-notificaitons
pnpm release-plan prepare --singlePackage=ember-cli-notifications
echo 'text<<EOF' >> $GITHUB_OUTPUT
jq .description .release-plan.json -r >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7e1fde0

Please sign in to comment.