diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 6da1a39..de12e22 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -10,9 +10,8 @@ jobs: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - shell: ash - run: "apk add --update nodejs npm libstdc++" + run: "apk add --update git" - shell: ash - run: "node -v" - - uses: "https://code.forgejo.org/actions/checkout@v4" + run: "git clone --depth 1 https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly.git" - shell: ash run: "ls -laF"