Skip to content

Commit

Permalink
Fix release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Dec 27, 2024
1 parent 00c1359 commit b03e4fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
release:
types: [published]

permissions: read-all

jobs:
pack:
runs-on: ubuntu-latest
Expand All @@ -17,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 9.0.x
- name: Restore .NET local tools
run: dotnet tool restore
- name: Pack
Expand All @@ -36,6 +38,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Download package artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit b03e4fb

Please sign in to comment.