File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
clients/cli/.github/workflows Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 7171 NOTARIZATION_APPLE_ID : ${{ secrets.NOTARIZATION_APPLE_ID }}
7272 NOTARIZATION_APP_PASSWORD : ${{ secrets.NOTARIZATION_APP_PASSWORD }}
7373 NOTARIZATION_TEAM_ID : ${{ secrets.NOTARIZATION_TEAM_ID }}
74- - name : Upload signed binaries to Draft Release
74+ - name : Upload signed binaries and publish release
7575 uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # pin@v1
7676 with :
7777 files : |
8181 dist/phrase_windows_*.exe.zip
8282 dist/phrase_windows_*.exe
8383 overwrite : true
84- name : ${{ github.ref_name }}
85- tag_name : ${{ github.ref_name }}
86- draft : true
87- env :
88- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
89- - name : Publish GitHub Release
90- uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # pin@v1
91- with :
9284 draft : false
9385 name : ${{ github.ref_name }}
9486 tag_name : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments