Skip to content

Commit 9c5eb69

Browse files
committed
Update docker-publish.yaml
1 parent 276eb97 commit 9c5eb69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: npm run build
3030

3131
- name: Set version variable
32-
run: echo "VERSION=$(node -p \"require('./package.json').version\")" >> $GITHUB_ENV
32+
run: |
33+
VERSION=$(node -p 'require("./package.json").version')
34+
echo "VERSION=$VERSION" >> $GITHUB_ENV
3335
3436
- name: Set up Docker Buildx
3537
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)