File tree 2 files changed +12
-19
lines changed
2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- uses : actions/checkout@v3
27
+
27
28
- name : Set up Ruby 3.2
28
29
uses : ruby/setup-ruby@v1
29
30
with :
41
42
gem push *.gem
42
43
env :
43
44
GEM_HOST_API_KEY : " ${{ secrets.RUBY_GEMS_TOKEN }}"
45
+
44
46
- name : Create tag
45
47
if : steps.release.outputs.exit_code == 0
46
48
id : tag_version
@@ -49,10 +51,20 @@ jobs:
49
51
github_token : ${{ secrets.TAGS_TOKEN }}
50
52
custom_tag : ${{ github.event.inputs.Version }}
51
53
tag_prefix : " "
54
+
52
55
- name : Create changelog for the release
53
56
if : steps.release.outputs.exit_code == 0
54
57
uses : ncipollo/release-action@v1
55
58
with :
56
59
tag : ${{ steps.tag_version.outputs.new_tag }}
57
60
name : Release Version ${{ github.event.inputs.Version }}
58
61
body : ${{ steps.tag_version.outputs.changelog }}
62
+
63
+ - name : Send slack notification
64
+ id : slack
65
+
66
+ with :
67
+ channel-id : ' C012YFE3D6D'
68
+ slack-message : " core-lib-ruby release has been triggered!"
69
+ env :
70
+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments