Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:laget-se/publish-nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
gonace committed Mar 10, 2023
2 parents 4c5333f + 240d37f commit 0fe0a67
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v3

# - name: Setup dotnet
# uses: actions/setup-dotnet@v1
# - name: Setup .NET
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 3.1.200
# dotnet-version: |
# 7.0.x
# 6.0.x
# 3.1.x

# Publish
- name: publish on version change
Expand Down

0 comments on commit 0fe0a67

Please sign in to comment.