Skip to content

Commit 228767e

Browse files
authored
chore: try removing if release clause (#15)
1 parent aa265c0 commit 228767e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
git push
4040
4141
- name: Update release with dist folder
42-
if: github.event_name == 'release'
4342
env:
4443
BDP_UI_TOKEN: ${{ secrets.BDP_UI_TOKEN }}
4544
run: |
46-
gh release upload ${{ github.ref }} dist/** --clobber
45+
gh release upload ${{ github.ref }} dist/** --clobber

0 commit comments

Comments
 (0)