workflow changes 4
This commit is contained in:
parent
a89c198660
commit
b07432bba7
|
@ -106,10 +106,10 @@ jobs:
|
|||
if: needs.bump-tag.outputs.new_tag != ''
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch build artifacts
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: artifacts
|
||||
# - name: Fetch build artifacts
|
||||
# uses: actions/download-artifact@v1
|
||||
# with:
|
||||
# name: artifacts
|
||||
- name: Create release
|
||||
id: create-release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
Loading…
Reference in New Issue