Skip to content

Commit

Permalink
Drop net6 setup on publish too
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Nov 16, 2022
1 parent 4b31891 commit d302256
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: ⚙ dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'

- name: 🙏 build
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}

Expand Down

0 comments on commit d302256

Please sign in to comment.