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 8686 runs-on : ubuntu-latest
8787 timeout-minutes : 30
8888 env :
89- PACKAGE_RELEASE_TAG : ${{ github.event.inputs.prerelease == 'true' && 'unstable-prerelease' || 'latest ' }}
89+ PACKAGE_RELEASE_TAG : ${{ github.event.inputs.prerelease == 'true' && 'unstable-prerelease' || 'backport ' }}
9090 steps :
9191 - name : Checkout code
9292 # see https://github.com/actions/checkout
@@ -166,7 +166,8 @@ jobs:
166166 env :
167167 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
168168 with :
169- tag_name : ${{ needs.bump.outputs.version }}
170- name : ${{ needs.bump.outputs.version_plain }}
171- prerelease : ${{ github.event.inputs.prerelease }}
172- files : ${{ env.ASSETS_DIR }}/*
169+ make_latest : false
170+ tag_name : ${{ needs.bump.outputs.version }}
171+ name : ${{ needs.bump.outputs.version_plain }}
172+ prerelease : ${{ github.event.inputs.prerelease }}
173+ files : ${{ env.ASSETS_DIR }}/*
You can’t perform that action at this time.
0 commit comments