Skip to content

Commit be5c6a3

Browse files
author
Cristian Daniel Fadón
committed
Fix workflow
1 parent 53d80a0 commit be5c6a3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/unstable.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- name: Set up Docker Buildx
2929
uses: docker/setup-buildx-action@v3
3030

31-
- name: Create build version
32-
run: echo "BUILD_VERSION=$(cat package.json | grep version | head -1 | awk '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')" >> $GITHUB_ENV
33-
3431
- name: Get short hash
3532
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
3633

0 commit comments

Comments
 (0)