1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Update release.yml

This commit is contained in:
Martin McKeaveney 2021-05-26 15:52:31 +01:00 committed by GitHub
parent 74a7319bf0
commit 5c726e6d10

View file

@ -27,7 +27,11 @@ jobs:
- name: Publish budibase packages to NPM
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn release
run: |
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
git config user.name "Budibase Release Bot"
git config user.email "<>"
yarn release
- name: Build/release Docker images
run: |