Skip to content

Commit df6df66

Browse files
Merge pull request #38 from datacite/remove-slack-notification
Remove slack notification from release
2 parents bc490d6 + 475e6f9 commit df6df66

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,3 @@ jobs:
3434
env:
3535
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
3636

37-
- name: Notify Slack
38-
uses: adamkdean/simple-slack-notify@1.0.4
39-
with:
40-
channel: '#ops'
41-
username: 'GitHub Actions'
42-
color: 'good'
43-
text: 'A new version of the orcid_client gem has been released.'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
orcid_client (0.14.0)
4+
orcid_client (0.15.0)
55
activesupport (>= 7, < 8)
66
bolognese (~> 2.3)
77
builder (~> 3.2, >= 3.2.2)

lib/orcid_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OrcidClient
2-
VERSION = "0.14.0"
2+
VERSION = "0.15.0"
33
end

0 commit comments

Comments
 (0)