Skip to content

Commit

Permalink
Merge pull request #4 from Mnjongen/dev
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
Mnjongen committed Feb 15, 2024
2 parents 965c4b1 + fc332de commit 52cfe42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
NuGetDirectory: ${{ github.workspace}}/nuget
NuGetDirectory: ${{ github.workspace }}/nuget

defaults:
run:
Expand All @@ -25,7 +25,6 @@ defaults:
jobs:
create_nuget:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 52cfe42

Please sign in to comment.