Skip to content

Commit

Permalink
Fix comment.yml (Attempt 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan committed Dec 21, 2023
1 parent 33d6197 commit 63e68fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
uses: ./.github/actions/yarn-nm-install

- name: Publish to NPM
run: yarn release:next
run: |
yarn changeset version --snapshot
yarn release:next
env:
# See https://github.com/changesets/action/issues/147
HOME: ${{ github.workspace }}
Expand Down

0 comments on commit 63e68fb

Please sign in to comment.