We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0d895 commit 9ba38a2Copy full SHA for 9ba38a2
1 file changed
.github/workflows/publish.yml
@@ -0,0 +1,11 @@
1
+name: Publish
2
+
3
+on:
4
+ release:
5
+ types: [published]
6
7
+jobs:
8
+ publish:
9
+ uses: The-Poolz/.net-workflows/.github/workflows/publish.yml@v1.0.7
10
+ secrets:
11
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments