Skip to content

Commit 45f7f15

Browse files
chore(go): fix nit in go-release workflow (#1978)
1 parent e9ea870 commit 45f7f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,7 @@ jobs:
8989
9090
- name: print diff between development and release directory
9191
run: |
92+
RELEASE_DIR_NAME="${{ steps.release-dir.outputs.releaseDirName }}"
93+
PROJECT_NAME="${{ github.event.inputs.project-name }}"
9294
DIFF_FILES=$(diff -qr $PROJECT_NAME/runtimes/go/ImplementationFromDafny-go releases/go/$RELEASE_DIR_NAME || true)
9395
echo $DIFF_FILES

0 commit comments

Comments
 (0)