Skip to content

Commit

Permalink
publish test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEXSM committed Oct 29, 2023
1 parent 8b875fc commit f4d4754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
dotnet nuget push ./src/OData.QueryBuilder/bin/Release/DotNetToolTest.${{ steps.create_tag.outputs.release_package_version }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s ${{ vars.NUGET_SOURCE }} --skip-duplicate
git tag v${{ steps.create_tag.outputs.release_package_version }}
git push origin v${{ steps.create_tag.outputs.release_package_version }}
gh release create -t "v${{ steps.create_tag.outputs.release_package_version }}" --generate-notes
gh release create v${{ steps.create_tag.outputs.release_package_version }} --generate-notes

0 comments on commit f4d4754

Please sign in to comment.