Skip to content

Commit

Permalink
Why is powershell so verbose?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörgen Sigvardsson committed Nov 6, 2023
1 parent 667bfd1 commit ab10848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
- run: Add-Content -Path $Env:GITHUB_ENV "${{ github.ref_name }}"
- run: Add-Content -Path $Env:GITHUB_ENV -Value "${{ github.ref_name }}"
name: "Set version meta data"
if: github.event_name != 'release'
- run: |
Expand Down

0 comments on commit ab10848

Please sign in to comment.