Skip to content

Commit 257ef80

Browse files
authored
do it with shell
1 parent a644540 commit 257ef80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
mvn clean install org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade -Dshade.mainClass=io.bioimage.modelrunner.pytorch.PytorchInterface
3131
3232
- name: Write Version to File
33+
shell: bash
3334
run: |
3435
echo "$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" > version.txt
3536
echo "JAR_PATH=target/dl-modelrunner-$(cat version.txt).jar" >> $GITHUB_ENV

0 commit comments

Comments
 (0)