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 312e7e2 commit bdf0793Copy full SHA for bdf0793
1 file changed
.github/workflows/ci.yml
@@ -203,7 +203,7 @@ jobs:
203
################### Create plugin artifacts ##############
204
deploy:
205
name: Deploy artifacts
206
- if: startsWith(github.ref, 'refs/tags/v')
+ if: always() && startsWith(github.ref, 'refs/tags/v')
207
needs: [build-and-test]
208
runs-on: ubuntu-latest
209
continue-on-error: true
0 commit comments