1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Try fetching

This commit is contained in:
adrinr 2023-04-21 12:01:33 +01:00
parent c5e6158329
commit 2735f1bfc6

View file

@ -6,6 +6,11 @@ on:
tags:
- v*-alpha.*
workflow_dispatch:
inputs:
tags:
description: "Release tag"
required: true
type: boolean
env:
# Posthog token used by ui at build time
@ -91,6 +96,7 @@ jobs:
git config user.name "Budibase Helm Bot"
git config user.email "<>"
git reset --hard
git fetch
mkdir sync
echo "Packaging chart to sync dir"
helm package charts/budibase --version 0.0.0-develop --app-version develop --destination sync