Skip to content

Commit

Permalink
ci: Bump version alirezanet/publish-nuget@v3.1.0
Browse files Browse the repository at this point in the history
::set-output warning fixed
  • Loading branch information
densogiaichned committed Aug 31, 2023
1 parent a9dec77 commit 14cda84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: publish on version change
id: publish_nuget
if: ${{ success() && (github.event_name == 'push' && github.ref == 'refs/heads/main')}}
uses: alirezanet/publish-nuget@v3.0.4
uses: alirezanet/publish-nuget@v3.1.0
with:
PROJECT_FILE_PATH: src/dsian.TcPnScanner.CLI/dsian.TcPnScanner.CLI.csproj
NUGET_KEY: ${{secrets.TCHAXX_NUGET_API_KEY}}

0 comments on commit 14cda84

Please sign in to comment.