Skip to content

Commit eaf5c0f

Browse files
committed
Adds changeset version call for snapshots
1 parent 3ad06c9 commit eaf5c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
script: |
102102
const execa = require('execa')
103103
104-
console.log('test')
104+
await execa.command('yarn changeset version --snapshot snapshot-release', { stdio: 'inherit' })
105105
106-
const releaseProcess = execa.command('yarn release -- --no-git-tags --snapshot --tag snapshot-release')
106+
const releaseProcess = execa.command('yarn release --no-git-tags --snapshot --tag snapshot-release')
107107
releaseProcess.stdout.pipe(process.stdout)
108108
109109
const {stdout} = await releaseProcess

0 commit comments

Comments
 (0)