Browse Source

fix input from release job

master
Martin McKeaveney 4 years ago
parent
commit
ae68003f47
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

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

Loading…
Cancel
Save