1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

fix input from release job

This commit is contained in:
Martin McKeaveney 2022-07-11 17:17:05 +01:00
parent 4e1904bba3
commit ae68003f47

View file

@ -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"