We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fcd65 commit 99030f1Copy full SHA for 99030f1
.github/workflows/release.yml
@@ -70,9 +70,6 @@ jobs:
70
if: |
71
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) ||
72
(github.event_name == 'workflow_dispatch' && inputs.publish-to-nuget == true)
73
- environment:
74
- name: nuget.org
75
- url: https://www.nuget.org/packages/DotNetProjectStarter
76
77
steps:
78
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments