Skip to content

Commit

Permalink
refactor: add missing step id
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Mar 6, 2024
1 parent 8d8c348 commit 8696fd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/preview-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: npm run build

- name: Lerna publish prerelease
id: lerna_publish
env:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand All @@ -49,9 +50,7 @@ jobs:
npx lerna publish from-git --dist-tag next --yes
- name: Comment PR with Published Versions
uses: actions/github-script@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: actions/github-script@v7
with:
script: |
const output = `${{ steps.lerna_publish.outputs.publish_output }}`;
Expand Down

0 comments on commit 8696fd2

Please sign in to comment.