We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0109f61 commit 0d143c0Copy full SHA for 0d143c0
.github/workflows/master.yml
@@ -104,17 +104,6 @@ jobs:
104
draft: false
105
prerelease: false
106
107
- - name: Save Release Asset Upload URL to File
108
- shell: bash
109
- run: |
110
- echo '${{ steps.create_release.outputs.upload_url }}' > release_asset_upload_url.txt
111
-
112
- - name: Upload Release Asset Upload URL
113
- uses: actions/upload-artifact@v2
114
- with:
115
- name: release_asset_upload_url
116
- path: release_asset_upload_url.txt
117
118
publish_central: # Publish the code to central
119
runs-on: ubuntu-latest
120
needs: [prepare_release]
0 commit comments