Skip to content

Commit

Permalink
fix(v9): point to correct dist-tag for outdated version notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Jan 29, 2025
1 parent ae43c57 commit cb0d916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env npx tsx

async function main() {
process.env.RDME_NEW_VERSION_CHECK_TAG = 'release-v9';
const { execute } = await import('@oclif/core');
await execute({ development: true, dir: import.meta.url }).then(msg => {
if (msg && typeof msg === 'string') {
Expand Down
1 change: 1 addition & 0 deletions bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import stringArgv from 'string-argv';

async function main() {
process.env.RDME_NEW_VERSION_CHECK_TAG = 'release-v9';
const { execute } = await import('@oclif/core');
const opts = { dir: import.meta.url };
if (process.env.INPUT_RDME) {
Expand Down

0 comments on commit cb0d916

Please sign in to comment.