File tree 1 file changed +13
-8
lines changed
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 45
45
with :
46
46
fetch-depth : 0
47
47
48
+ - name : Set up Ruby
49
+ uses : ruby/setup-ruby@v1
50
+ with :
51
+ ruby-version : 2.4
52
+ bundler-cache : true
53
+
54
+ - run : bundle install
55
+
48
56
- name : Login to Docker Hub
49
57
uses : docker/login-action@v1
50
58
with :
@@ -55,16 +63,13 @@ jobs:
55
63
- name : Get tagged version
56
64
run : echo "GITHUB_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
57
65
66
+ - name : Create GitHub Release
67
+ uses : sendgrid/dx-automator/actions/release@main
68
+ env :
69
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70
+
58
71
- name : Build and Push image
59
72
run : make docker-build && make docker-push
60
-
61
- - name : Set up Ruby
62
- uses : ruby/setup-ruby@v1
63
- with :
64
- ruby-version : 2.4
65
- bundler-cache : true
66
-
67
- - run : bundle install
68
73
- name : Publish to Rubygems
69
74
env :
70
75
GEM_HOST_API_KEY : ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments