Skip to content

Commit dbf09e4

Browse files
authored
ci(docker-build-push): access version info from parent workflow
Refs #3900
1 parent fedd794 commit dbf09e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# fs.writeFileSync('${{github.workspace}}/build.zip', Buffer.from(download.data));
4343
- run: |
4444
mkdir build
45-
unzip build.zip -d build
45+
# unzip build.zip -d build
4646

4747
- name: Determine released version
4848
uses: actions/github-script@v6

0 commit comments

Comments
 (0)