Skip to content

Commit 02b5e14

Browse files
committed
WIP
1 parent 784b637 commit 02b5e14

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/canary-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ jobs:
5252
- name: Update package.json version
5353
run: |
5454
bun --bun -e "
55-
const pkg = require('./package.json');
56-
pkg.version = '${{ steps.version.outputs.canary_version }}';
57-
require('fs').writeFileSync('package.json', JSON.stringify(pkg, null, 2));
55+
const pkg = require('./package.json');
56+
pkg.version = '${{ steps.version.outputs.canary_version }}';
57+
require('fs').writeFileSync('package.json', JSON.stringify(pkg, null, 2));
5858
"
5959
cat package.json
6060
61+
- run: npm view @atomic-ehr/codegen
62+
6163
- name: Publish canary release with OIDC
6264
run: npm publish --provenance --tag canary --access public

0 commit comments

Comments
 (0)