Skip to content

Commit

Permalink
update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Nov 16, 2024
1 parent bb29f76 commit ca62808
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
include-prerelease: true
8.0.x
9.0.x
# since we're packaging for net7 now...
- name: remove global.json
run: rm global.json
Expand All @@ -32,7 +31,7 @@ jobs:
IgnoreTests: true
- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v1.1.0
uses: mindsers/changelog-reader-action@v2
with:
version: ${{ github.ref }}
path: ./CHANGELOG.md
Expand All @@ -48,7 +47,7 @@ jobs:
draft: false
prerelease: false
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: src/**/*.nupkg
Expand Down

0 comments on commit ca62808

Please sign in to comment.