Compare commits

..

1 Commits

Author SHA1 Message Date
a7695bfb7e Removed install version
Some checks failed
Build on push / prepare (push) Successful in 27s
Build on push / build (push) Successful in 32s
Build on push / test (push) Failing after 3s
2026-02-14 17:18:53 +01:00

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: [runner] runs-on: [runner]
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps: steps:
- uses: https://git.sh-edraft.de/sh-edraft.de/actions/set-version@dev - uses: https://git.sh-edraft.de/sh-edraft.de/actions/set-version@v1
with: with:
version_suffix: dev version_suffix: dev
env: env:
@@ -51,17 +51,13 @@ jobs:
needs: build needs: build
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps: steps:
- name: Configure nuget
run: |
dotnet nuget add source --name git_sh-edraft_de --username ${{ secrets.CI_USERNAME }} --password ${{ secrets.CI_ACCESS_TOKEN }} --store-password-in-clear-text https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
- name: Install package-cleanup tool - name: Install package-cleanup tool
shell: bash shell: bash
run: | run: |
dotnet tool install \ dotnet tool install \
--tool-path .tools \ --tool-path .tools \
sh.actions.package-cleanup \ sh.actions.package-cleanup \
--source sh-git_sh-edraft_de --add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
- name: Run package-cleanup - name: Run package-cleanup
shell: bash shell: bash