File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010 description : ' npm package version (e.g. 0.17.0)'
1111 required : true
1212 type : string
13+ push :
14+ branches :
15+ - auggie-bun-compile-workflow
1316
1417jobs :
1518 build :
3336
3437 - name : Create entry point
3538 run : |
36- echo 'await import("npm:@augmentcode/auggie@${{ inputs.version }}");' > augment.mjs
39+ echo 'await import("npm:@augmentcode/auggie@${{ inputs.version || '0.17.0-prerelease.14' }}");' > augment.mjs
3740
3841 - name : Compile binary
3942 run : bun build augment.mjs --compile --target=${{ matrix.target }} --outfile=${{ matrix.output }}
6164 GH_TOKEN : ${{ github.token }}
6265 GH_REPO : ${{ github.repository }}
6366 run : |
64- gh release create "v${{ inputs.version }}" \
65- --title "v${{ inputs.version }}" \
67+ gh release create "v${{ inputs.version || '0.17.0-prerelease.14' }}" \
68+ --title "v${{ inputs.version || '0.17.0-prerelease.14' }}" \
6669 --generate-notes \
6770 artifacts/*
6871
You can’t perform that action at this time.
0 commit comments