File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 inputs :
99 version :
1010 description : ' npm package version (e.g. 0.17.0)'
11- required : true
11+ required : false
12+ default : ' 0.19.0-prerelease.1'
1213 type : string
1314 repository_dispatch :
1415 types : [npm-published]
1516 push :
1617 branches :
1718 - auggie-bun-compile-workflow
19+ - auggie-macos-signing
1820
1921jobs :
2022 build :
4648
4749 - name : Install package
4850 env :
49- VERSION : ${{ inputs.version || github.event.client_payload.version }}
51+ VERSION : ${{ inputs.version || github.event.client_payload.version || '0.19.0-prerelease.1' }}
5052 run : |
5153 if [ -z "$VERSION" ]; then
5254 echo "::error::No version provided. Supply via workflow_dispatch input or repository_dispatch payload."
@@ -119,7 +121,7 @@ jobs:
119121 env :
120122 GH_TOKEN : ${{ github.token }}
121123 GH_REPO : ${{ github.repository }}
122- VERSION : ${{ inputs.version || github.event.client_payload.version }}
124+ VERSION : ${{ inputs.version || github.event.client_payload.version || '0.19.0-prerelease.1' }}
123125 run : |
124126 if [ -z "$VERSION" ]; then
125127 echo "::error::No version provided. Cannot create release."
You can’t perform that action at this time.
0 commit comments