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 aa265c0 commit 228767eCopy full SHA for 228767e
.github/workflows/build-and-release.yml
@@ -39,8 +39,7 @@ jobs:
39
git push
40
41
- name: Update release with dist folder
42
- if: github.event_name == 'release'
43
env:
44
BDP_UI_TOKEN: ${{ secrets.BDP_UI_TOKEN }}
45
run: |
46
- gh release upload ${{ github.ref }} dist/** --clobber
+ gh release upload ${{ github.ref }} dist/** --clobber
0 commit comments