Skip to content

Commit

Permalink
Test afterShipIt data
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 2, 2023
1 parent 2d10182 commit 84047b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const publishAction = async ({ repo, tag, version }) => {
* release action <canary | next | latest> [--dry-run]
*/
(async () => {
// const [bump, tag, ...rest] = process.argv.slice(2);
const [data] = process.argv.slice(2);

console.log(JSON.stringify(process.argv.slice(1)));
console.log(JSON.parse(data));
return;

// if (tag === 'canary') {
Expand Down

0 comments on commit 84047b7

Please sign in to comment.