Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Bugfixes in Blueberry UI deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanb committed Jan 5, 2024
1 parent 45e1609 commit 71c435c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_blueberry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get latest tag
id: get-tag
run: |
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
TAG=$(git describe --tags --abbrev=0)
echo $TAG
VERSION=${TAG#version/*}
echo $VERSION
Expand Down

0 comments on commit 71c435c

Please sign in to comment.