Skip to content

Commit 32613bf

Browse files
auto commit
1 parent 0c2ee4e commit 32613bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
run: |
8787
chmod +x ./submodules/MaterialProviders/scripts/go-release-automation.sh
8888
./submodules/MaterialProviders/scripts/go-release-automation.sh run_release_script ${{ github.event.inputs.project-name }} ${{ github.event.inputs.version }}
89-
89+
9090
- name: print diff between development and release directory
9191
run: |
9292
DIFF_FILES=$(diff -qr $PROJECT_NAME/runtimes/go/ImplementationFromDafny-go releases/go/$RELEASE_DIR_NAME || true)
93-
echo $DIFF_FILES
93+
echo $DIFF_FILES

0 commit comments

Comments
 (0)