Skip to content

Commit 20f3ab8

Browse files
Try to fix the CI workflow
Signed-off-by: Hendrik Kölbel <31684940+HendrikKoelbel@users.noreply.github.com>
1 parent 6cc3357 commit 20f3ab8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Install .NET 6.0
18+
- name: Install .NET 7.0
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: '6.0.x'
21+
dotnet-version: '7.0.x'
2222

2323
- name: Self Build - Publish (main only)
2424
if: github.event_name == 'push'
2525
shell: bash
2626
run: |
27-
dotnet tool install --global dotnet-releaser --version 0.6.4
28-
dotnet-releaser run --nuget-token "${{secrets.CONFLUENCE_NUGET_TOKEN}}" --github-token "${{secrets.CONFLUENCE_GITHUB_TOKEN}}" ./dotnet-releaser.toml
29-
dotnet-releaser changelog ./dotnet-releaser.toml
27+
dotnet tool install --global dotnet-releaser --version 0.8.5
28+
dotnet-releaser run --nuget-token "${{secrets.CONFLUENCE_NUGET_TOKEN}}" --github-token "${{secrets.CONFLUENCE_GITHUB_TOKEN}}" ./dotnet-releaser.toml

ConfluenceApiV2.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Pr
1313
.gitignore = .gitignore
1414
README.md = README.md
1515
.github\workflows\ci.yml = .github\workflows\ci.yml
16-
.github\workflows\changelog.yml = .github\workflows\changelog.yml
1716
EndProjectSection
1817
EndProject
1918
Global

0 commit comments

Comments
 (0)