diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 344de1d..75fffe2 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -53,10 +53,6 @@ jobs: - name: Build package (transpile ts => js) run: ng build - #- name: Git unshallow - get all history from Git to get the tag for the computation of the version - # if: ${{ inputs.build }} - # run: git pull --unshallow - - name: Build container if: fromJSON(steps.builder.outputs.run) uses: actions/buildah-build@v1