File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -63,21 +63,21 @@ jobs:
6363 - name : Test with wasm from http server (if it fails, you need to publish a new version of pluginlab)
6464 run : just test-e2e-pluginlab-http
6565
66- - name : Build plugins in release mode (for pre- release)
66+ - name : Build plugins in release mode (for release-draft )
6767 if : github.ref_type == 'tag'
6868 run : just build-plugins-release
69- - name : Prepare wasm files (for pre- release)
69+ - name : Prepare wasm files (for release-draft )
7070 if : github.ref_type == 'tag'
7171 run : ./scripts/prepare-wasm-files.sh --mode release --target-dir ./tmp/plugins
72- - name : Cache wasm files (for pre- release)
72+ - name : Cache wasm files (for release-draft )
7373 if : github.ref_type == 'tag'
7474 id : cache-wasm-files
7575 uses : actions/cache@v4
7676 with :
7777 path : ./tmp/plugins
7878 key : ${{ runner.os }}-wasm-files-${{ github.sha }}
7979
80- pre- release :
80+ release-draft :
8181 if : github.ref_type == 'tag'
8282 permissions :
8383 contents : write
9090 with :
9191 path : ./tmp/plugins
9292 key : ${{ runner.os }}-wasm-files-${{ github.sha }}
93- - name : Pre-release
93+ - name : Release draft
9494 uses : softprops/action-gh-release@v2
9595 with :
96+ draft : true
9697 files : ./tmp/plugins/*.wasm
You can’t perform that action at this time.
0 commit comments