Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Increased major version to make implications of DocumentFormat.OpenXml 2.20.0 -> 3.0.2 transparent
  • Loading branch information
stesee authored Mar 19, 2024
1 parent b59d235 commit 5e13ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: .NET build and test
env:
CURRENT_VERSION: 7.0.${{ github.run_number }}
CURRENT_VERSION: 8.0.${{ github.run_number }}
LAST_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}

on:
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
GITHUB_TOKEN: ${{ github.TOKEN }}
if: env.GITHUB_TOKEN != ''
run: |
gh release create ${{env.CURRENT_VERSION}} ./OpenXmlPowerTools/bin/Release/*.*nupkg --prerelease --generate-notes
gh release create ${{env.CURRENT_VERSION}} ./OpenXmlPowerTools/bin/Release/*.*nupkg --prerelease --generate-notes

0 comments on commit 5e13ddc

Please sign in to comment.