Skip to content

Commit

Permalink
Keep new version when pushing to action-next
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Oct 18, 2024
1 parent aa68778 commit 9eeb9e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/releaseNext.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ async function build() {
},
})`yarn build`;

console.info('🧹 Resetting changes to let `auto` do its thing');
await $`git reset --hard`;

console.info('✅ Build with new version completed, ready for auto!');
console.info('✅ Build with new version completed, ready for push to action-next!');
}

main();

0 comments on commit 9eeb9e0

Please sign in to comment.