File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 50
50
with :
51
51
fetch-depth : 0
52
52
53
+ - name : Setup .NET Core SDK
54
+
55
+ with :
56
+ dotnet-version : ' 3.1.x'
57
+
53
58
- name : Login to Docker Hub
54
59
uses : docker/login-action@v1
55
60
with :
@@ -60,14 +65,16 @@ jobs:
60
65
- name : Get tagged version
61
66
run : echo "GITHUB_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
62
67
68
+ - name : Create GitHub Release
69
+ uses : sendgrid/dx-automator/actions/release@main
70
+ with :
71
+ footer : ' **[NuGet](https://www.nuget.org/packages/Twilio/${version})**'
72
+ env :
73
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74
+
63
75
- name : Build and Push image
64
76
run : make docker-build docker-push
65
77
66
- - name : Setup .NET Core SDK
67
-
68
- with :
69
- dotnet-version : ' 3.1.x'
70
-
71
78
- name : Publish package to NuGet
72
79
run : |
73
80
make release
You can’t perform that action at this time.
0 commit comments