1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Always use the checked out version

This commit is contained in:
Adria Navarro 2023-06-06 10:36:21 +01:00
parent 2b422a471e
commit cfd7100c8c
2 changed files with 1 additions and 7 deletions

View file

@ -16,12 +16,7 @@ jobs:
- name: Get the latest budibase release version
id: version
run: |
if [ -z "${{ github.event.inputs.version }}" ]; then
git pull
release_version=$(cat lerna.json | jq -r '.version')
else
release_version=${{ github.event.inputs.version }}
fi
release_version=$(cat lerna.json | jq -r '.version')
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1

View file

@ -134,7 +134,6 @@ jobs:
- name: Get the latest budibase release version
id: version
run: |
git pull
release_version=$(cat lerna.json | jq -r '.version')
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV