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 16e6ef8 commit a87c676Copy full SHA for a87c676
.github/workflows/build-and-release.yml
@@ -25,6 +25,8 @@ jobs:
25
run: yarn build
26
27
- name: Commit dist folder
28
+ env:
29
+ BDP_UI_TOKEN: ${{ secrets.BDP_UI_TOKEN }}
30
run: |
31
git config --local user.email "${{ secrets.EMAIL }}"
32
git config --local user.name "${{ secrets.NAME }}"
@@ -33,7 +35,5 @@ jobs:
33
35
git push
34
36
37
- name: Update release with dist folder
- env:
- BDP_UI_TOKEN: ${{ secrets.BDP_UI_TOKEN }}
38
39
gh release upload ${{ github.ref }} dist/** --clobber
0 commit comments