Refixed action
This commit is contained in:
@@ -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: ./set-version/action.yaml
|
- uses: https://git.sh-edraft.de/sh-edraft.de/actions/set-version@v1
|
||||||
with:
|
with:
|
||||||
version_suffix: dev
|
version_suffix: dev
|
||||||
env:
|
env:
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dotnet tool install \
|
dotnet tool install \
|
||||||
--tool-path .tools \
|
--tool-path .tools \
|
||||||
sh.actions.package-cleanup \
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user