1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

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
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# TODO: What do we do here? 'versioning' is not defined
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

View file

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