|
|
|
@ -68,7 +68,7 @@ jobs: |
|
|
|
- name: Publish budibase packages to NPM |
|
|
|
env: |
|
|
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |
|
|
|
RELEASE_VERSION_TYPE: ${{ github.event.inputs.version }} |
|
|
|
RELEASE_VERSION_TYPE: ${{ github.event.inputs.versioning }} |
|
|
|
run: | |
|
|
|
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default |
|
|
|
git config --global user.name "Budibase Release Bot" |
|
|
|
|