Release master updates

This commit is contained in:
Rory Powell 2023-06-06 07:42:33 +01:00
parent b2575ea352
commit fc4b03d158
2 changed files with 3 additions and 2 deletions

View File

@ -65,6 +65,7 @@ jobs:
- name: Publish budibase packages to NPM - name: Publish budibase packages to NPM
env: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# TODO: What do we do here? 'versioning' is not defined
RELEASE_VERSION_TYPE: ${{ github.event.inputs.versioning }} RELEASE_VERSION_TYPE: ${{ github.event.inputs.versioning }}
run: | run: |
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default # setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default

View File

@ -28,7 +28,7 @@ on:
required: true required: true
jobs: jobs:
tag-prerelease: tag-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -43,7 +43,7 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: yarn - run: yarn
- name: Tag prerelease - name: Tag release
run: | run: |
# setup the username and email. # setup the username and email.
git config --global user.name "Budibase Staging Release Bot" git config --global user.name "Budibase Staging Release Bot"