Skip to content

Commit 9ba38a2

Browse files
authored
Add GitHub Actions workflow for publishing releases (#134)
1 parent 2e0d895 commit 9ba38a2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)