We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7d03b commit 0cca7b5Copy full SHA for 0cca7b5
.github/workflows/publish.yml
@@ -0,0 +1,11 @@
1
+name: publish to nuget
2
+on:
3
+ release:
4
+ types: [published]
5
+
6
+jobs:
7
+ publish:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - id: echo
11
+ run: echo "hello $GITHUB_REF"
0 commit comments