diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 53594e0ff1f..aeb21f3a81c 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: node steps: - name: Install prerequisites - shell: ash + shell: sh run: | apk update apk add openjdk8-jdk maven git @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Build Mage - shell: ash + shell: sh run: | mvn clean install -DskipTests