Skip to content

Commit 4b42d73

Browse files
committed
dont fail if no assets
1 parent 97dfb42 commit 4b42d73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,13 @@ jobs:
136136
with:
137137
token: ${{ secrets.GITHUB_TOKEN }}
138138
tag: "v${{ steps.set-tag.outputs.tag }}"
139+
fail-if-no-assets: false
140+
fail-if-no-release: false
139141
assets: |
140142
*.tar.gz
141143
*.whl
142144
*.zip
145+
143146
- name: Create Release
144147
uses: ncipollo/release-action@v1
145148
with:

0 commit comments

Comments
 (0)