Skip to content

Commit bdf0793

Browse files
committed
[ci] Fix release deployment
1 parent 312e7e2 commit bdf0793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
################### Create plugin artifacts ##############
204204
deploy:
205205
name: Deploy artifacts
206-
if: startsWith(github.ref, 'refs/tags/v')
206+
if: always() && startsWith(github.ref, 'refs/tags/v')
207207
needs: [build-and-test]
208208
runs-on: ubuntu-latest
209209
continue-on-error: true

0 commit comments

Comments
 (0)