Skip to content

Commit

Permalink
test: changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed Mar 31, 2024
1 parent 7363ef1 commit 96dc249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/changesets-auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
script: |
require('zx/globals');
const fs = require('fs');
const core = require('@actions/core');
await $`npx changeset status --output changeset-status.json`;
const status = JSON.parse(fs.readFileSync('changeset-status.json'));
const message = [...new Set(status.changesets.map(({summary}) => summary))].join('; ');
Expand Down

0 comments on commit 96dc249

Please sign in to comment.