We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d80a0 commit be5c6a3Copy full SHA for be5c6a3
1 file changed
.github/workflows/unstable.yml
@@ -28,9 +28,6 @@ jobs:
28
- name: Set up Docker Buildx
29
uses: docker/setup-buildx-action@v3
30
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
-
34
- name: Get short hash
35
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
36
0 commit comments