diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index cbe92b50..9a56335e 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -13,23 +13,4 @@ jobs: run: pnpm install - name: Build run: pnpm run build - - - run: pnpx pkg-pr-new publish --json output.json --compact --no-template - - name: Add metadata to output - uses: actions/github-script@v6 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - script: | - const fs = require('fs'); - const output = JSON.parse(fs.readFileSync('output.json', 'utf8')); - output.number = context.issue.number; - output.event_name = context.eventName; - output.ref = context.ref; - fs.writeFileSync('output.json', JSON.stringify(output), 'utf8'); - - name: Upload output - uses: actions/upload-artifact@v4 - with: - name: output - path: ./output.json - - - run: ls -R . + - run: pnpx pkg-pr-new publish --compact