Compare commits
4 Commits
2026.02.14
...
2026.02.14
| Author | SHA1 | Date | |
|---|---|---|---|
| 22d0361afe | |||
| 008de6593c | |||
| c6465b70d1 | |||
| f3cff58707 |
@@ -51,16 +51,16 @@ 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: Install set-version tool
|
- name: Install package-cleanup tool
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
dotnet tool install \
|
dotnet tool install \
|
||||||
--tool-path .tools \
|
--tool-path .tools \
|
||||||
package-cleanup \
|
sh.actions.package-cleanup \
|
||||||
--version 1.0.0 \
|
--version 1.0.0 \
|
||||||
--add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
|
--add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
|
||||||
|
|
||||||
- name: Run set-version
|
- name: Run package-cleanup
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./.tools/package-cleanup
|
./.tools/package-cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user