Skip to content

Commit

Permalink
Merge pull request #505 from ember-learn/fix-deploy
Browse files Browse the repository at this point in the history
fix publish-branch for release-plan
  • Loading branch information
mansona authored Jan 26, 2024
2 parents 40f6a1a + c4583b0 commit de43323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
version: 8
- run: pnpm install --frozen-lockfile
- name: npm publish
run: pnpm release-plan publish --release-branch lts-v3 --tag v3
run: pnpm release-plan publish --publish-branch lts-v3 --tag legacy

env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit de43323

Please sign in to comment.